@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChannelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListChannelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListChannelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Upper bound on number of records to return.
|
String |
getNextToken()
A token used to resume pagination from the end of a previous request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
A token used to resume pagination from the end of a previous request.
|
String |
toString()
Returns a string representation of this object.
|
ListChannelsRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
ListChannelsRequest |
withNextToken(String nextToken)
A token used to resume pagination from the end of a previous request.
|
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 setMaxResults(Integer maxResults)
maxResults
- Upper bound on number of records to return.public Integer getMaxResults()
public ListChannelsRequest withMaxResults(Integer maxResults)
maxResults
- Upper bound on number of records to return.public void setNextToken(String nextToken)
nextToken
- A token used to resume pagination from the end of a previous request.public String getNextToken()
public ListChannelsRequest withNextToken(String nextToken)
nextToken
- A token used to resume pagination from the end of a previous request.public String toString()
toString
in class Object
Object.toString()
public ListChannelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()