Package com.amazonaws.services.ec2.model
Class InstanceExportDetails
java.lang.Object
com.amazonaws.services.ec2.model.InstanceExportDetails
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an instance to export.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the resource being exported.The target virtualization environment.int
hashCode()
void
setInstanceId
(String instanceId) The ID of the resource being exported.void
setTargetEnvironment
(ExportEnvironment targetEnvironment) The target virtualization environment.void
setTargetEnvironment
(String targetEnvironment) The target virtualization environment.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceId
(String instanceId) The ID of the resource being exported.withTargetEnvironment
(ExportEnvironment targetEnvironment) The target virtualization environment.withTargetEnvironment
(String targetEnvironment) The target virtualization environment.
-
Constructor Details
-
InstanceExportDetails
public InstanceExportDetails()
-
-
Method Details
-
setInstanceId
The ID of the resource being exported.
- Parameters:
instanceId
- The ID of the resource being exported.
-
getInstanceId
The ID of the resource being exported.
- Returns:
- The ID of the resource being exported.
-
withInstanceId
The ID of the resource being exported.
- Parameters:
instanceId
- The ID of the resource being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTargetEnvironment
The target virtualization environment.
- Parameters:
targetEnvironment
- The target virtualization environment.- See Also:
-
getTargetEnvironment
The target virtualization environment.
- Returns:
- The target virtualization environment.
- See Also:
-
withTargetEnvironment
The target virtualization environment.
- Parameters:
targetEnvironment
- The target virtualization environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setTargetEnvironment
The target virtualization environment.
- Parameters:
targetEnvironment
- The target virtualization environment.- See Also:
-
withTargetEnvironment
The target virtualization environment.
- Parameters:
targetEnvironment
- The target virtualization environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-