public class RegisterImageResult extends Object implements Serializable
The result of registering a new Amazon Machine Image (AMI). Contains the ID of the new image.
| Constructor and Description |
|---|
RegisterImageResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getImageId()
The ID of the new Amazon Machine Image (AMI).
|
int |
hashCode() |
void |
setImageId(String imageId)
The ID of the new Amazon Machine Image (AMI).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterImageResult |
withImageId(String imageId)
The ID of the new Amazon Machine Image (AMI).
|
public String getImageId()
public void setImageId(String imageId)
imageId - The ID of the new Amazon Machine Image (AMI).public RegisterImageResult withImageId(String imageId)
Returns a reference to this object so that method calls can be chained together.
imageId - The ID of the new Amazon Machine Image (AMI).public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.