@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSnapshotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the snapshot.
|
String |
getGameName()
The name of the game.
|
String |
getSnapshotId()
The identifier of the snapshot.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the snapshot.
|
void |
setGameName(String gameName)
The name of the game.
|
void |
setSnapshotId(String snapshotId)
The identifier of the snapshot.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSnapshotRequest |
withDescription(String description)
The description of the snapshot.
|
UpdateSnapshotRequest |
withGameName(String gameName)
The name of the game.
|
UpdateSnapshotRequest |
withSnapshotId(String snapshotId)
The identifier of the snapshot.
|
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 UpdateSnapshotRequest 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 UpdateSnapshotRequest withGameName(String gameName)
The name of the game.
gameName - The name of the game.public void setSnapshotId(String snapshotId)
The identifier of the snapshot.
snapshotId - The identifier of the snapshot.public String getSnapshotId()
The identifier of the snapshot.
public UpdateSnapshotRequest withSnapshotId(String snapshotId)
The identifier of the snapshot.
snapshotId - The identifier of the snapshot.public String toString()
toString in class ObjectObject.toString()public UpdateSnapshotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.