@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() |
boolean |
equals(Object obj) |
String |
getGameName()
The name of the game.
|
String |
getSnapshotId()
The identifier of the snapshot to export.
|
int |
hashCode() |
void |
setGameName(String gameName)
The name of the game.
|
void |
setSnapshotId(String snapshotId)
The identifier of the snapshot to export.
|
String |
toString()
Returns a string representation of this object.
|
ExportSnapshotRequest |
withGameName(String gameName)
The name of the game.
|
ExportSnapshotRequest |
withSnapshotId(String snapshotId)
The identifier of the snapshot to export.
|
addHandlerContext, copyBaseTo, 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 setGameName(String gameName)
The name of the game.
gameName - The name of the game.public String getGameName()
The name of the game.
public ExportSnapshotRequest withGameName(String gameName)
The name of the game.
gameName - The name of the game.public void setSnapshotId(String snapshotId)
The identifier of the snapshot to export.
snapshotId - The identifier of the snapshot to export.public String getSnapshotId()
The identifier of the snapshot to export.
public ExportSnapshotRequest withSnapshotId(String snapshotId)
The identifier of the snapshot to export.
snapshotId - The identifier of the snapshot to export.public String toString()
toString in class ObjectObject.toString()public ExportSnapshotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.