public class RegisterImageResult
extends java.lang.Object
implements java.io.Serializable
The result of registering a new Amazon Machine Image (AMI). Contains the ID of the new image.
| コンストラクタと説明 |
|---|
RegisterImageResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getImageId()
The ID of the new Amazon Machine Image (AMI).
|
int |
hashCode() |
void |
setImageId(java.lang.String imageId)
The ID of the new Amazon Machine Image (AMI).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterImageResult |
withImageId(java.lang.String imageId)
The ID of the new Amazon Machine Image (AMI).
|
public java.lang.String getImageId()
public void setImageId(java.lang.String imageId)
imageId - The ID of the new Amazon Machine Image (AMI).public RegisterImageResult withImageId(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object