public class CreateImageResult extends Object implements Serializable
Constructor and Description |
---|
CreateImageResult(String imageId)
The ID of the new AMI.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getImageId()
The ID of the new AMI.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public CreateImageResult(String imageId)
The ID of the new AMI.
imageId
- The ID of the new AMI.public String getImageId()
The ID of the new AMI.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.