@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSlackWorkspaceConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSlackWorkspaceConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSlackWorkspaceConfigurationsRequest |
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.
|
ListSlackWorkspaceConfigurationsRequest |
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, withSdkRequestTimeoutpublic ListSlackWorkspaceConfigurationsRequest()
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 ListSlackWorkspaceConfigurationsRequest 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 ObjectObject.toString()public ListSlackWorkspaceConfigurationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()