@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartGeneratedCodeJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartGeneratedCodeJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartGeneratedCodeJobRequest |
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.
|
Generator |
getGenerator()
Properties of the generator to use for the job.
|
String |
getSnapshotId()
The identifier of the snapshot for which to generate code.
|
int |
hashCode() |
void |
setGameName(String gameName)
The name of the game.
|
void |
setGenerator(Generator generator)
Properties of the generator to use for the job.
|
void |
setSnapshotId(String snapshotId)
The identifier of the snapshot for which to generate code.
|
String |
toString()
Returns a string representation of this object.
|
StartGeneratedCodeJobRequest |
withGameName(String gameName)
The name of the game.
|
StartGeneratedCodeJobRequest |
withGenerator(Generator generator)
Properties of the generator to use for the job.
|
StartGeneratedCodeJobRequest |
withSnapshotId(String snapshotId)
The identifier of the snapshot for which to generate code.
|
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 StartGeneratedCodeJobRequest withGameName(String gameName)
The name of the game.
gameName
- The name of the game.public void setGenerator(Generator generator)
Properties of the generator to use for the job.
generator
- Properties of the generator to use for the job.public Generator getGenerator()
Properties of the generator to use for the job.
public StartGeneratedCodeJobRequest withGenerator(Generator generator)
Properties of the generator to use for the job.
generator
- Properties of the generator to use for the job.public void setSnapshotId(String snapshotId)
The identifier of the snapshot for which to generate code.
snapshotId
- The identifier of the snapshot for which to generate code.public String getSnapshotId()
The identifier of the snapshot for which to generate code.
public StartGeneratedCodeJobRequest withSnapshotId(String snapshotId)
The identifier of the snapshot for which to generate code.
snapshotId
- The identifier of the snapshot for which to generate code.public String toString()
toString
in class Object
Object.toString()
public StartGeneratedCodeJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()