@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGameConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetGameConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetGameConfigurationRequest |
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.
|
List<String> |
getSections()
The list of sections to return.
|
int |
hashCode() |
void |
setGameName(String gameName)
The name of the game.
|
void |
setSections(Collection<String> sections)
The list of sections to return.
|
String |
toString()
Returns a string representation of this object.
|
GetGameConfigurationRequest |
withGameName(String gameName)
The name of the game.
|
GetGameConfigurationRequest |
withSections(Collection<String> sections)
The list of sections to return.
|
GetGameConfigurationRequest |
withSections(String... sections)
The list of sections to return.
|
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 GetGameConfigurationRequest withGameName(String gameName)
The name of the game.
gameName
- The name of the game.public List<String> getSections()
The list of sections to return.
public void setSections(Collection<String> sections)
The list of sections to return.
sections
- The list of sections to return.public GetGameConfigurationRequest withSections(String... sections)
The list of sections to return.
NOTE: This method appends the values to the existing list (if any). Use
setSections(java.util.Collection)
or withSections(java.util.Collection)
if you want to override
the existing values.
sections
- The list of sections to return.public GetGameConfigurationRequest withSections(Collection<String> sections)
The list of sections to return.
sections
- The list of sections to return.public String toString()
toString
in class Object
Object.toString()
public GetGameConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()