@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() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the snapshot.
|
String |
getGameName()
The name of the game.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the snapshot.
|
void |
setGameName(String gameName)
The name of the game.
|
String |
toString()
Returns a string representation of this object.
|
CreateSnapshotRequest |
withDescription(String description)
The description of the snapshot.
|
CreateSnapshotRequest |
withGameName(String gameName)
The name of the game.
|
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 setDescription(String description)
The description of the snapshot.
description - The description of the snapshot.public String getDescription()
The description of the snapshot.
public CreateSnapshotRequest withDescription(String description)
The description of the snapshot.
description - The description of the snapshot.public void setGameName(String gameName)
The name of the game.
gameName - The name of the game.public String getGameName()
The name of the game.
public CreateSnapshotRequest withGameName(String gameName)
The name of the game.
gameName - The name of the game.public String toString()
toString in class ObjectObject.toString()public CreateSnapshotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.