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