@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportVmImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportVmImageResult() |
Modifier and Type | Method and Description |
---|---|
ImportVmImageResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The client token that uniquely identifies the request.
|
String |
getImageArn()
The Amazon Resource Name (ARN) of the AMI that was created during the VM import process.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token that uniquely identifies the request.
|
void |
setImageArn(String imageArn)
The Amazon Resource Name (ARN) of the AMI that was created during the VM import process.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
ImportVmImageResult |
withClientToken(String clientToken)
The client token that uniquely identifies the request.
|
ImportVmImageResult |
withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the AMI that was created during the VM import process.
|
ImportVmImageResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public ImportVmImageResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setImageArn(String imageArn)
The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.
imageArn
- The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used
as the base image for the recipe that imported the VM.public String getImageArn()
The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.
public ImportVmImageResult withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.
imageArn
- The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used
as the base image for the recipe that imported the VM.public void setClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public String getClientToken()
The client token that uniquely identifies the request.
public ImportVmImageResult withClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public String toString()
toString
in class Object
Object.toString()
public ImportVmImageResult clone()