@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()
The maximum number of CloudTrail channels to display on a single page.
|
String |
getNextToken()
The token to use to get the next page of results after a previous API call.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of CloudTrail channels to display on a single page.
|
void |
setNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
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)
The token to use to get the next page of results after a previous API call.
|
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, 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)
The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
nextToken - The token to use to get the next page of results after a previous API call. This token must be passed in
with the same parameters that were specified in the original call. For example, if the original call
specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include
those same parameters.public String getNextToken()
The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
public ListChannelsRequest withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
nextToken - The token to use to get the next page of results after a previous API call. This token must be passed in
with the same parameters that were specified in the original call. For example, if the original call
specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include
those same parameters.public String toString()
toString in class ObjectObject.toString()public ListChannelsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()