@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPlaybackConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListPlaybackConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of records to return.
|
String |
getNextToken()
Pagination token returned by the GET list request when results exceed the maximum allowed.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of records to return.
|
void |
setNextToken(String nextToken)
Pagination token returned by the GET list request when results exceed the maximum allowed.
|
String |
toString()
Returns a string representation of this object.
|
ListPlaybackConfigurationsRequest |
withMaxResults(Integer maxResults)
Maximum number of records to return.
|
ListPlaybackConfigurationsRequest |
withNextToken(String nextToken)
Pagination token returned by the GET list request when results exceed the maximum allowed.
|
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 setMaxResults(Integer maxResults)
Maximum number of records to return.
maxResults - Maximum number of records to return.public Integer getMaxResults()
Maximum number of records to return.
public ListPlaybackConfigurationsRequest withMaxResults(Integer maxResults)
Maximum number of records to return.
maxResults - Maximum number of records to return.public void setNextToken(String nextToken)
Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.public String getNextToken()
Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
public ListPlaybackConfigurationsRequest withNextToken(String nextToken)
Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.public String toString()
toString in class ObjectObject.toString()public ListPlaybackConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.