public class InstanceExportDetails extends Object implements Serializable
Constructor and Description |
---|
InstanceExportDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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 |
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.
|
InstanceExportDetails |
withInstanceId(String instanceId)
Sets the value of the InstanceId property for this object.
|
InstanceExportDetails |
withTargetEnvironment(ExportEnvironment targetEnvironment)
Sets the value of the TargetEnvironment property for this object.
|
InstanceExportDetails |
withTargetEnvironment(String targetEnvironment)
Sets the value of the TargetEnvironment property for this object.
|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- The new value for the InstanceId property for this object.public InstanceExportDetails 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, microsoft
ExportEnvironment
public void setTargetEnvironment(String targetEnvironment)
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The new value for the TargetEnvironment property for this object.ExportEnvironment
public InstanceExportDetails withTargetEnvironment(String targetEnvironment)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The new value for the TargetEnvironment property for this object.ExportEnvironment
public void setTargetEnvironment(ExportEnvironment targetEnvironment)
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The new value for the TargetEnvironment property for this object.ExportEnvironment
public InstanceExportDetails withTargetEnvironment(ExportEnvironment targetEnvironment)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The new value for the TargetEnvironment property for this object.ExportEnvironment
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.