@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGameRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGameRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateGameRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateGameRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A client-defined token.
|
String |
getDescription()
The description of the game.
|
String |
getGameName()
The name of the game.
|
Map<String,String> |
getTags()
The list of tags to apply to the game.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A client-defined token.
|
void |
setDescription(String description)
The description of the game.
|
void |
setGameName(String gameName)
The name of the game.
|
void |
setTags(Map<String,String> tags)
The list of tags to apply to the game.
|
String |
toString()
Returns a string representation of this object.
|
CreateGameRequest |
withClientToken(String clientToken)
A client-defined token.
|
CreateGameRequest |
withDescription(String description)
The description of the game.
|
CreateGameRequest |
withGameName(String gameName)
The name of the game.
|
CreateGameRequest |
withTags(Map<String,String> tags)
The list of tags to apply to the game.
|
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 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 CreateGameRequest 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 setDescription(String description)
The description of the game.
description
- The description of the game.public String getDescription()
The description of the game.
public CreateGameRequest withDescription(String description)
The description of the game.
description
- The description of the game.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 CreateGameRequest withGameName(String gameName)
The name of the game.
gameName
- The name of the game.public Map<String,String> getTags()
The list of tags to apply to the game.
public void setTags(Map<String,String> tags)
The list of tags to apply to the game.
tags
- The list of tags to apply to the game.public CreateGameRequest withTags(Map<String,String> tags)
The list of tags to apply to the game.
tags
- The list of tags to apply to the game.public CreateGameRequest addTagsEntry(String key, String value)
public CreateGameRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateGameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()