@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartStageDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartStageDeploymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartStageDeploymentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A client-defined token.
|
String |
getGameName()
The name of the game.
|
String |
getSnapshotId()
The identifier of the snapshot to deploy.
|
String |
getStageName()
The name of the stage to deploy the snapshot onto.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A client-defined token.
|
void |
setGameName(String gameName)
The name of the game.
|
void |
setSnapshotId(String snapshotId)
The identifier of the snapshot to deploy.
|
void |
setStageName(String stageName)
The name of the stage to deploy the snapshot onto.
|
String |
toString()
Returns a string representation of this object.
|
StartStageDeploymentRequest |
withClientToken(String clientToken)
A client-defined token.
|
StartStageDeploymentRequest |
withGameName(String gameName)
The name of the game.
|
StartStageDeploymentRequest |
withSnapshotId(String snapshotId)
The identifier of the snapshot to deploy.
|
StartStageDeploymentRequest |
withStageName(String stageName)
The name of the stage to deploy the snapshot onto.
|
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 setClientToken(String clientToken)
A client-defined token. With an active client token in the request, this action is idempotent.
clientToken - A client-defined token. With an active client token in the request, this action is idempotent.public String getClientToken()
A client-defined token. With an active client token in the request, this action is idempotent.
public StartStageDeploymentRequest withClientToken(String clientToken)
A client-defined token. With an active client token in the request, this action is idempotent.
clientToken - A client-defined token. With an active client token in the request, this action is idempotent.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 StartStageDeploymentRequest 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 deploy.
snapshotId - The identifier of the snapshot to deploy.public String getSnapshotId()
The identifier of the snapshot to deploy.
public StartStageDeploymentRequest withSnapshotId(String snapshotId)
The identifier of the snapshot to deploy.
snapshotId - The identifier of the snapshot to deploy.public void setStageName(String stageName)
The name of the stage to deploy the snapshot onto.
stageName - The name of the stage to deploy the snapshot onto.public String getStageName()
The name of the stage to deploy the snapshot onto.
public StartStageDeploymentRequest withStageName(String stageName)
The name of the stage to deploy the snapshot onto.
stageName - The name of the stage to deploy the snapshot onto.public String toString()
toString in class ObjectObject.toString()public StartStageDeploymentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.