@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateStageRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateStageRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the stage.
|
String |
getGameName()
The name of the game.
|
String |
getRole()
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
|
String |
getStageName()
The name of the stage.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the stage.
|
void |
setGameName(String gameName)
The name of the game.
|
void |
setRole(String role)
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
|
void |
setStageName(String stageName)
The name of the stage.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStageRequest |
withDescription(String description)
The description of the stage.
|
UpdateStageRequest |
withGameName(String gameName)
The name of the game.
|
UpdateStageRequest |
withRole(String role)
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
|
UpdateStageRequest |
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 setDescription(String description)
The description of the stage.
description - The description of the stage.public String getDescription()
The description of the stage.
public UpdateStageRequest withDescription(String description)
The description of the stage.
description - The description of the stage.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 UpdateStageRequest withGameName(String gameName)
The name of the game.
gameName - The name of the game.public void setRole(String role)
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
role - The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.public String getRole()
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
public UpdateStageRequest withRole(String role)
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
role - The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.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 UpdateStageRequest withStageName(String stageName)
The name of the stage.
stageName - The name of the stage.public String toString()
toString in class ObjectObject.toString()public UpdateStageRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.