@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
S3Destination |
getDestination()
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
String |
getSimulation()
The name of the simulation.
|
int |
hashCode() |
void |
setDestination(S3Destination destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
void |
setSimulation(String simulation)
The name of the simulation.
|
String |
toString()
Returns a string representation of this object.
|
CreateSnapshotRequest |
withDestination(S3Destination destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
CreateSnapshotRequest |
withSimulation(String simulation)
The name of the simulation.
|
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, withSdkRequestTimeout
public void setDestination(S3Destination destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
destination
- The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot
file.public S3Destination getDestination()
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
public CreateSnapshotRequest withDestination(S3Destination destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
destination
- The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot
file.public void setSimulation(String simulation)
The name of the simulation.
simulation
- The name of the simulation.public String getSimulation()
The name of the simulation.
public CreateSnapshotRequest withSimulation(String simulation)
The name of the simulation.
simulation
- The name of the simulation.public String toString()
toString
in class Object
Object.toString()
public CreateSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()