@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSnapshotsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSnapshotsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSnapshotsRequest |
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.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token that indicates the start of the next sequential page of results.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListSnapshotsRequest |
withGameName(String gameName)
The name of the game.
|
ListSnapshotsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListSnapshotsRequest |
withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
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 ListSnapshotsRequest 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 ListSnapshotsRequest 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 ListSnapshotsRequest 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 String toString()
toString
in class Object
Object.toString()
public ListSnapshotsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()