@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFacetNamesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListFacetNamesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListFacetNamesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to retrieve
|
String |
getNextToken()
The pagination token.
|
String |
getSchemaArn()
The ARN to retrieve facet names from.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to retrieve
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setSchemaArn(String schemaArn)
The ARN to retrieve facet names from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListFacetNamesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to retrieve
|
ListFacetNamesRequest |
withNextToken(String nextToken)
The pagination token.
|
ListFacetNamesRequest |
withSchemaArn(String schemaArn)
The ARN to retrieve facet names from.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSchemaArn(String schemaArn)
The ARN to retrieve facet names from.
schemaArn - The ARN to retrieve facet names from.public String getSchemaArn()
The ARN to retrieve facet names from.
public ListFacetNamesRequest withSchemaArn(String schemaArn)
The ARN to retrieve facet names from.
schemaArn - The ARN to retrieve facet names from.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListFacetNamesRequest 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 retrievepublic Integer getMaxResults()
The maximum number of results to retrieve
public ListFacetNamesRequest withMaxResults(Integer maxResults)
The maximum number of results to retrieve
maxResults - The maximum number of results to retrievepublic String toString()
toString in class ObjectObject.toString()public ListFacetNamesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.