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