@Generated(value="software.amazon.awssdk:codegen") public final class ListSlackWorkspaceConfigurationsRequest extends SupportAppRequest implements ToCopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSlackWorkspaceConfigurationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSlackWorkspaceConfigurationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSlackWorkspaceConfigurationsRequest.Builder> |
serializableBuilderClass() |
ListSlackWorkspaceConfigurationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>toBuilder in class SupportAppRequestpublic static ListSlackWorkspaceConfigurationsRequest.Builder builder()
public static Class<? extends ListSlackWorkspaceConfigurationsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.