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()booleanThe ID of the resource being exported.The target virtualization environment.inthashCode()voidsetInstanceId(String instanceId) The ID of the resource being exported.voidsetTargetEnvironment(ExportEnvironment targetEnvironment) The target virtualization environment.voidsetTargetEnvironment(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
-
equals
-
hashCode
-
clone
-