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