@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFacetAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFacetAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
ListFacetAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to retrieve.
|
String |
getName()
The name of the facet whose attributes will be retrieved.
|
String |
getNextToken()
The pagination token.
|
String |
getSchemaArn()
The ARN of the schema where the facet resides.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
void |
setName(String name)
The name of the facet whose attributes will be retrieved.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setSchemaArn(String schemaArn)
The ARN of the schema where the facet resides.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListFacetAttributesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListFacetAttributesRequest |
withName(String name)
The name of the facet whose attributes will be retrieved.
|
ListFacetAttributesRequest |
withNextToken(String nextToken)
The pagination token.
|
ListFacetAttributesRequest |
withSchemaArn(String schemaArn)
The ARN of the schema where the facet resides.
|
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, withSdkRequestTimeout
public void setSchemaArn(String schemaArn)
The ARN of the schema where the facet resides.
schemaArn
- The ARN of the schema where the facet resides.public String getSchemaArn()
The ARN of the schema where the facet resides.
public ListFacetAttributesRequest withSchemaArn(String schemaArn)
The ARN of the schema where the facet resides.
schemaArn
- The ARN of the schema where the facet resides.public void setName(String name)
The name of the facet whose attributes will be retrieved.
name
- The name of the facet whose attributes will be retrieved.public String getName()
The name of the facet whose attributes will be retrieved.
public ListFacetAttributesRequest withName(String name)
The name of the facet whose attributes will be retrieved.
name
- The name of the facet whose attributes will be retrieved.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListFacetAttributesRequest withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults
- The maximum number of results to retrieve.public Integer getMaxResults()
The maximum number of results to retrieve.
public ListFacetAttributesRequest withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults
- The maximum number of results to retrieve.public String toString()
toString
in class Object
Object.toString()
public ListFacetAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.