@Generated(value="software.amazon.awssdk:codegen") public final class ListFacetAttributesRequest extends CloudDirectoryRequest implements ToCopyableBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFacetAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFacetAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to retrieve.
|
String |
name()
The name of the facet whose attributes will be retrieved.
|
String |
nextToken()
The pagination token.
|
String |
schemaArn()
The ARN of the schema where the facet resides.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFacetAttributesRequest.Builder> |
serializableBuilderClass() |
ListFacetAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String schemaArn()
The ARN of the schema where the facet resides.
public final String name()
The name of the facet whose attributes will be retrieved.
public final String nextToken()
The pagination token.
public final Integer maxResults()
The maximum number of results to retrieve.
public ListFacetAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>toBuilder in class CloudDirectoryRequestpublic static ListFacetAttributesRequest.Builder builder()
public static Class<? extends ListFacetAttributesRequest.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.