@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
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 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 Object
Object.toString()
public DeleteStageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()