@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ExportSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExportSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSourceSnapshotName()
The name of the instance or disk snapshot to be exported to Amazon EC2.
|
int |
hashCode() |
void |
setSourceSnapshotName(String sourceSnapshotName)
The name of the instance or disk snapshot to be exported to Amazon EC2.
|
String |
toString()
Returns a string representation of this object.
|
ExportSnapshotRequest |
withSourceSnapshotName(String sourceSnapshotName)
The name of the instance or disk snapshot to be exported to Amazon EC2.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSourceSnapshotName(String sourceSnapshotName)
The name of the instance or disk snapshot to be exported to Amazon EC2.
sourceSnapshotName - The name of the instance or disk snapshot to be exported to Amazon EC2.public String getSourceSnapshotName()
The name of the instance or disk snapshot to be exported to Amazon EC2.
public ExportSnapshotRequest withSourceSnapshotName(String sourceSnapshotName)
The name of the instance or disk snapshot to be exported to Amazon EC2.
sourceSnapshotName - The name of the instance or disk snapshot to be exported to Amazon EC2.public String toString()
toString in class ObjectObject.toString()public ExportSnapshotRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()