@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSlackChannelConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSlackChannelConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSlackChannelConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken pagination token in the response. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken pagination token in the response. |
String |
toString()
Returns a string representation of this object.
|
ListSlackChannelConfigurationsRequest |
withNextToken(String nextToken)
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken pagination token in the response. |
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 ListSlackChannelConfigurationsRequest()
public void setNextToken(String nextToken)
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken
pagination token in the response. To retrieve the next batch of results, reissue the
search request and include the returned token. When the API returns the last set of results, the response doesn't
include a pagination token value.
nextToken
- If the results of a search are large, the API only returns a portion of the results and includes a
nextToken
pagination token in the response. To retrieve the next batch of results, reissue
the search request and include the returned token. When the API returns the last set of results, the
response doesn't include a pagination token value.public String getNextToken()
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken
pagination token in the response. To retrieve the next batch of results, reissue the
search request and include the returned token. When the API returns the last set of results, the response doesn't
include a pagination token value.
nextToken
pagination token in the response. To retrieve the next batch of results, reissue
the search request and include the returned token. When the API returns the last set of results, the
response doesn't include a pagination token value.public ListSlackChannelConfigurationsRequest withNextToken(String nextToken)
If the results of a search are large, the API only returns a portion of the results and includes a
nextToken
pagination token in the response. To retrieve the next batch of results, reissue the
search request and include the returned token. When the API returns the last set of results, the response doesn't
include a pagination token value.
nextToken
- If the results of a search are large, the API only returns a portion of the results and includes a
nextToken
pagination token in the response. To retrieve the next batch of results, reissue
the search request and include the returned token. When the API returns the last set of results, the
response doesn't include a pagination token value.public String toString()
toString
in class Object
Object.toString()
public ListSlackChannelConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()