public class InstanceExportDetails
extends java.lang.Object
implements java.io.Serializable
Describes an instance to export.
Constructor and Description |
---|
InstanceExportDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInstanceId()
The ID of the resource being exported.
|
java.lang.String |
getTargetEnvironment()
The target virtualization environment.
|
int |
hashCode() |
void |
setInstanceId(java.lang.String instanceId)
The ID of the resource being exported.
|
void |
setTargetEnvironment(ExportEnvironment targetEnvironment)
The target virtualization environment.
|
void |
setTargetEnvironment(java.lang.String targetEnvironment)
The target virtualization environment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InstanceExportDetails |
withInstanceId(java.lang.String instanceId)
The ID of the resource being exported.
|
InstanceExportDetails |
withTargetEnvironment(ExportEnvironment targetEnvironment)
The target virtualization environment.
|
InstanceExportDetails |
withTargetEnvironment(java.lang.String targetEnvironment)
The target virtualization environment.
|
public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId
- The ID of the resource being exported.public InstanceExportDetails withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The ID of the resource being exported.public java.lang.String getTargetEnvironment()
Constraints:
Allowed Values: citrix, vmware, microsoft
ExportEnvironment
public void setTargetEnvironment(java.lang.String targetEnvironment)
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The target virtualization environment.ExportEnvironment
public InstanceExportDetails withTargetEnvironment(java.lang.String targetEnvironment)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The target virtualization environment.ExportEnvironment
public void setTargetEnvironment(ExportEnvironment targetEnvironment)
Constraints:
Allowed Values: citrix, vmware, microsoft
targetEnvironment
- The target virtualization environment.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 target virtualization environment.ExportEnvironment
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.