Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListFacetAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListFacetAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListFacetAttributesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
static Class<? extends ListFacetAttributesRequest.Builder> |
serializableBuilderClass() |
|
ListFacetAttributesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String schemaArn()
The ARN of the schema where the facet resides.
public String name()
The name of the facet whose attributes will be retrieved.
public String nextToken()
The pagination token.
public Integer maxResults()
The maximum number of results to retrieve.
public ListFacetAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>
public static ListFacetAttributesRequest.Builder builder()
public static Class<? extends ListFacetAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.