@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProgressUpdateStreamsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProgressUpdateStreamsRequest() |
Modifier and Type | Method and Description |
---|---|
ListProgressUpdateStreamsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Filter to limit the maximum number of results to list per page.
|
String |
getNextToken()
If a
NextToken was returned by a previous call, there are more results available. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Filter to limit the maximum number of results to list per page.
|
void |
setNextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListProgressUpdateStreamsRequest |
withMaxResults(Integer maxResults)
Filter to limit the maximum number of results to list per page.
|
ListProgressUpdateStreamsRequest |
withNextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
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 setNextToken(String nextToken)
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
nextToken
- If a NextToken
was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken
.public String getNextToken()
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
NextToken
was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in NextToken
.public ListProgressUpdateStreamsRequest withNextToken(String nextToken)
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
nextToken
- If a NextToken
was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken
.public void setMaxResults(Integer maxResults)
Filter to limit the maximum number of results to list per page.
maxResults
- Filter to limit the maximum number of results to list per page.public Integer getMaxResults()
Filter to limit the maximum number of results to list per page.
public ListProgressUpdateStreamsRequest withMaxResults(Integer maxResults)
Filter to limit the maximum number of results to list per page.
maxResults
- Filter to limit the maximum number of results to list per page.public String toString()
toString
in class Object
Object.toString()
public ListProgressUpdateStreamsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.