Package com.amazonaws.services.ec2.model
Class CreateImageResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateImageResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateImage.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the new AMI.int
hashCode()
void
setImageId
(String imageId) The ID of the new AMI.toString()
Returns a string representation of this object; useful for testing and debugging.withImageId
(String imageId) The ID of the new AMI.
-
Constructor Details
-
CreateImageResult
public CreateImageResult()
-
-
Method Details
-
setImageId
The ID of the new AMI.
- Parameters:
imageId
- The ID of the new AMI.
-
getImageId
The ID of the new AMI.
- Returns:
- The ID of the new AMI.
-
withImageId
The ID of the new AMI.
- Parameters:
imageId
- The ID of the new AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-