@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFacetAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFacetAttributesResult() |
Modifier and Type | Method and Description |
---|---|
ListFacetAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<FacetAttribute> |
getAttributes()
The attributes attached to the facet.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
setAttributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListFacetAttributesResult |
withAttributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
|
ListFacetAttributesResult |
withAttributes(FacetAttribute... attributes)
The attributes attached to the facet.
|
ListFacetAttributesResult |
withNextToken(String nextToken)
The pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FacetAttribute> getAttributes()
The attributes attached to the facet.
public void setAttributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
attributes
- The attributes attached to the facet.public ListFacetAttributesResult withAttributes(FacetAttribute... attributes)
The attributes attached to the facet.
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
or withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The attributes attached to the facet.public ListFacetAttributesResult withAttributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
attributes
- The attributes attached to the facet.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListFacetAttributesResult withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public ListFacetAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.