public class CreateInstanceExportTaskRequest extends AmazonWebServiceRequest implements java.io.Serializable
CreateInstanceExportTask operation.| コンストラクタと説明 |
|---|
CreateInstanceExportTaskRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Returns the value of the Description property for this object.
|
ExportToS3TaskSpecification |
getExportToS3Task()
Returns the value of the ExportToS3Task property for this object.
|
java.lang.String |
getInstanceId()
Returns the value of the InstanceId property for this object.
|
java.lang.String |
getTargetEnvironment()
Returns the value of the TargetEnvironment property for this object.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
void |
setExportToS3Task(ExportToS3TaskSpecification exportToS3Task)
Sets the value of the ExportToS3Task property for this object.
|
void |
setInstanceId(java.lang.String instanceId)
Sets the value of the InstanceId property for this object.
|
void |
setTargetEnvironment(ExportEnvironment targetEnvironment)
Sets the value of the TargetEnvironment property for this object.
|
void |
setTargetEnvironment(java.lang.String targetEnvironment)
Sets the value of the TargetEnvironment property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateInstanceExportTaskRequest |
withDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
CreateInstanceExportTaskRequest |
withExportToS3Task(ExportToS3TaskSpecification exportToS3Task)
Sets the value of the ExportToS3Task property for this object.
|
CreateInstanceExportTaskRequest |
withInstanceId(java.lang.String instanceId)
Sets the value of the InstanceId property for this object.
|
CreateInstanceExportTaskRequest |
withTargetEnvironment(ExportEnvironment targetEnvironment)
Sets the value of the TargetEnvironment property for this object.
|
CreateInstanceExportTaskRequest |
withTargetEnvironment(java.lang.String targetEnvironment)
Sets the value of the TargetEnvironment property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public CreateInstanceExportTaskRequest withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId - The new value for the InstanceId property for this object.public CreateInstanceExportTaskRequest withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The new value for the InstanceId property for this object.public java.lang.String getTargetEnvironment()
Constraints:
Allowed Values: citrix, vmware
ExportEnvironmentpublic void setTargetEnvironment(java.lang.String targetEnvironment)
Constraints:
Allowed Values: citrix, vmware
targetEnvironment - The new value for the TargetEnvironment property for this object.ExportEnvironmentpublic CreateInstanceExportTaskRequest withTargetEnvironment(java.lang.String targetEnvironment)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: citrix, vmware
targetEnvironment - The new value for the TargetEnvironment property for this object.ExportEnvironmentpublic void setTargetEnvironment(ExportEnvironment targetEnvironment)
Constraints:
Allowed Values: citrix, vmware
targetEnvironment - The new value for the TargetEnvironment property for this object.ExportEnvironmentpublic CreateInstanceExportTaskRequest withTargetEnvironment(ExportEnvironment targetEnvironment)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: citrix, vmware
targetEnvironment - The new value for the TargetEnvironment property for this object.ExportEnvironmentpublic ExportToS3TaskSpecification getExportToS3Task()
public void setExportToS3Task(ExportToS3TaskSpecification exportToS3Task)
exportToS3Task - The new value for the ExportToS3Task property for this object.public CreateInstanceExportTaskRequest withExportToS3Task(ExportToS3TaskSpecification exportToS3Task)
Returns a reference to this object so that method calls can be chained together.
exportToS3Task - The new value for the ExportToS3Task property for this object.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