@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFacetNamesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListFacetNamesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListFacetNamesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFacetNames()
The names of facets that exist within the schema.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
setFacetNames(Collection<String> facetNames)
The names of facets that exist within the schema.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListFacetNamesResult |
withFacetNames(Collection<String> facetNames)
The names of facets that exist within the schema.
|
ListFacetNamesResult |
withFacetNames(String... facetNames)
The names of facets that exist within the schema.
|
ListFacetNamesResult |
withNextToken(String nextToken)
The pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getFacetNames()
The names of facets that exist within the schema.
public void setFacetNames(Collection<String> facetNames)
The names of facets that exist within the schema.
facetNames - The names of facets that exist within the schema.public ListFacetNamesResult withFacetNames(String... facetNames)
The names of facets that exist within the schema.
NOTE: This method appends the values to the existing list (if any). Use
setFacetNames(java.util.Collection) or withFacetNames(java.util.Collection) if you want to
override the existing values.
facetNames - The names of facets that exist within the schema.public ListFacetNamesResult withFacetNames(Collection<String> facetNames)
The names of facets that exist within the schema.
facetNames - The names of facets that exist within the schema.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListFacetNamesResult withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String toString()
toString in class ObjectObject.toString()public ListFacetNamesResult clone()