@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeneratedCodeJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListGeneratedCodeJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListGeneratedCodeJobsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGameName()
The name of the game.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token that indicates the start of the next sequential page of results.
|
String |
getSnapshotId()
The identifier of the snapshot.
|
int |
hashCode() |
void |
setGameName(String gameName)
The name of the game.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
void |
setSnapshotId(String snapshotId)
The identifier of the snapshot.
|
String |
toString()
Returns a string representation of this object.
|
ListGeneratedCodeJobsRequest |
withGameName(String gameName)
The name of the game.
|
ListGeneratedCodeJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListGeneratedCodeJobsRequest |
withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListGeneratedCodeJobsRequest |
withSnapshotId(String snapshotId)
The identifier of the snapshot.
|
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 ListGeneratedCodeJobsRequest withGameName(String gameName)
The name of the game.
gameName - The name of the game.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
maxResults - The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
public Integer getMaxResults()
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
Use this parameter with NextToken to get results as a set of sequential pages.
public ListGeneratedCodeJobsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
maxResults - The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
public void setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public String getNextToken()
The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public ListGeneratedCodeJobsRequest withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public void setSnapshotId(String snapshotId)
The identifier of the snapshot.
snapshotId - The identifier of the snapshot.public String getSnapshotId()
The identifier of the snapshot.
public ListGeneratedCodeJobsRequest withSnapshotId(String snapshotId)
The identifier of the snapshot.
snapshotId - The identifier of the snapshot.public String toString()
toString in class ObjectObject.toString()public ListGeneratedCodeJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.