@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGameConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateGameConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGameName()
The name of the game.
|
List<SectionModification> |
getModifications()
The list of modifications to make.
|
int |
hashCode() |
void |
setGameName(String gameName)
The name of the game.
|
void |
setModifications(Collection<SectionModification> modifications)
The list of modifications to make.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGameConfigurationRequest |
withGameName(String gameName)
The name of the game.
|
UpdateGameConfigurationRequest |
withModifications(Collection<SectionModification> modifications)
The list of modifications to make.
|
UpdateGameConfigurationRequest |
withModifications(SectionModification... modifications)
The list of modifications to make.
|
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 UpdateGameConfigurationRequest withGameName(String gameName)
The name of the game.
gameName - The name of the game.public List<SectionModification> getModifications()
The list of modifications to make.
public void setModifications(Collection<SectionModification> modifications)
The list of modifications to make.
modifications - The list of modifications to make.public UpdateGameConfigurationRequest withModifications(SectionModification... modifications)
The list of modifications to make.
NOTE: This method appends the values to the existing list (if any). Use
setModifications(java.util.Collection) or withModifications(java.util.Collection) if you want
to override the existing values.
modifications - The list of modifications to make.public UpdateGameConfigurationRequest withModifications(Collection<SectionModification> modifications)
The list of modifications to make.
modifications - The list of modifications to make.public String toString()
toString in class ObjectObject.toString()public UpdateGameConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.