Class ListSlackWorkspaceConfigurationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.supportapp.model.SupportAppRequest
-
- software.amazon.awssdk.services.supportapp.model.ListSlackWorkspaceConfigurationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListSlackWorkspaceConfigurationsRequest extends SupportAppRequest implements ToCopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSlackWorkspaceConfigurationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSlackWorkspaceConfigurationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnextToken()If the results of a search are large, the API only returns a portion of the results and includes anextTokenpagination token in the response.List<SdkField<?>>sdkFields()static Class<? extends ListSlackWorkspaceConfigurationsRequest.Builder>serializableBuilderClass()ListSlackWorkspaceConfigurationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
If the results of a search are large, the API only returns a portion of the results and includes a
nextTokenpagination 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.- Returns:
- If the results of a search are large, the API only returns a portion of the results and includes a
nextTokenpagination 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.
-
toBuilder
public ListSlackWorkspaceConfigurationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSlackWorkspaceConfigurationsRequest.Builder,ListSlackWorkspaceConfigurationsRequest>- Specified by:
toBuilderin classSupportAppRequest
-
builder
public static ListSlackWorkspaceConfigurationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSlackWorkspaceConfigurationsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-