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