@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStageDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetStageDeploymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetStageDeploymentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentId()
The identifier of the stage deployment.
|
String |
getGameName()
The name of the game.
|
String |
getStageName()
The name of the stage.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The identifier of the stage deployment.
|
void |
setGameName(String gameName)
The name of the game.
|
void |
setStageName(String stageName)
The name of the stage.
|
String |
toString()
Returns a string representation of this object.
|
GetStageDeploymentRequest |
withDeploymentId(String deploymentId)
The identifier of the stage deployment.
|
GetStageDeploymentRequest |
withGameName(String gameName)
The name of the game.
|
GetStageDeploymentRequest |
withStageName(String stageName)
The name of the stage.
|
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 setDeploymentId(String deploymentId)
The identifier of the stage deployment. StartStageDeployment returns the identifier that you use
here.
deploymentId - The identifier of the stage deployment. StartStageDeployment returns the identifier that you
use here.public String getDeploymentId()
The identifier of the stage deployment. StartStageDeployment returns the identifier that you use
here.
StartStageDeployment returns the identifier that you
use here.public GetStageDeploymentRequest withDeploymentId(String deploymentId)
The identifier of the stage deployment. StartStageDeployment returns the identifier that you use
here.
deploymentId - The identifier of the stage deployment. StartStageDeployment returns the identifier that you
use here.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 GetStageDeploymentRequest withGameName(String gameName)
The name of the game.
gameName - The name of the game.public void setStageName(String stageName)
The name of the stage.
stageName - The name of the stage.public String getStageName()
The name of the stage.
public GetStageDeploymentRequest withStageName(String stageName)
The name of the stage.
stageName - The name of the stage.public String toString()
toString in class ObjectObject.toString()public GetStageDeploymentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.