|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CreateInstanceExportTaskRequest
public class CreateInstanceExportTaskRequest
Container for the parameters to the CreateInstanceExportTask operation.
AmazonEC2.createInstanceExportTask(CreateInstanceExportTaskRequest)| Constructor Summary | |
|---|---|
CreateInstanceExportTaskRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Returns the value of the Description property for this object. |
ExportToS3TaskSpecification |
getExportToS3Task()
Returns the value of the ExportToS3Task property for this object. |
String |
getInstanceId()
Returns the value of the InstanceId property for this object. |
String |
getTargetEnvironment()
Returns the value of the TargetEnvironment property for this object. |
int |
hashCode()
|
void |
setDescription(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(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(String targetEnvironment)
Sets the value of the TargetEnvironment property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateInstanceExportTaskRequest |
withDescription(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(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(String targetEnvironment)
Sets the value of the TargetEnvironment property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateInstanceExportTaskRequest()
| Method Detail |
|---|
public String getDescription()
public void setDescription(String description)
description - The new value for the Description property for this object.public CreateInstanceExportTaskRequest withDescription(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 String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The new value for the InstanceId property for this object.public CreateInstanceExportTaskRequest withInstanceId(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 String getTargetEnvironment()
Constraints:
Allowed Values: citrix, vmware
ExportEnvironmentpublic void setTargetEnvironment(String targetEnvironment)
Constraints:
Allowed Values: citrix, vmware
targetEnvironment - The new value for the TargetEnvironment property for this object.ExportEnvironmentpublic CreateInstanceExportTaskRequest withTargetEnvironment(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||