@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of CloudTrail channels to display on a single page.
|
String |
getNextToken()
A token you can use to get the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of CloudTrail channels to display on a single page.
|
void |
setNextToken(String nextToken)
A token you can use to get the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListChannelsRequest |
withMaxResults(Integer maxResults)
The maximum number of CloudTrail channels to display on a single page.
|
ListChannelsRequest |
withNextToken(String nextToken)
A token you can use to get the next page of results.
|
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)
The maximum number of CloudTrail channels to display on a single page.
maxResults - The maximum number of CloudTrail channels to display on a single page.public Integer getMaxResults()
The maximum number of CloudTrail channels to display on a single page.
public ListChannelsRequest withMaxResults(Integer maxResults)
The maximum number of CloudTrail channels to display on a single page.
maxResults - The maximum number of CloudTrail channels to display on a single page.public void setNextToken(String nextToken)
A token you can use to get the next page of results.
nextToken - A token you can use to get the next page of results.public String getNextToken()
A token you can use to get the next page of results.
public ListChannelsRequest withNextToken(String nextToken)
A token you can use to get the next page of results.
nextToken - A token you can use to get the next page of results.public String toString()
toString in class ObjectObject.toString()public ListChannelsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.