@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTypedLinkFacetNamesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTypedLinkFacetNamesResult() |
Modifier and Type | Method and Description |
---|---|
ListTypedLinkFacetNamesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFacetNames()
The names of typed link facets that exist within the schema.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
setFacetNames(Collection<String> facetNames)
The names of typed link facets that exist within the schema.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListTypedLinkFacetNamesResult |
withFacetNames(Collection<String> facetNames)
The names of typed link facets that exist within the schema.
|
ListTypedLinkFacetNamesResult |
withFacetNames(String... facetNames)
The names of typed link facets that exist within the schema.
|
ListTypedLinkFacetNamesResult |
withNextToken(String nextToken)
The pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getFacetNames()
The names of typed link facets that exist within the schema.
public void setFacetNames(Collection<String> facetNames)
The names of typed link facets that exist within the schema.
facetNames
- The names of typed link facets that exist within the schema.public ListTypedLinkFacetNamesResult withFacetNames(String... facetNames)
The names of typed link 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 typed link facets that exist within the schema.public ListTypedLinkFacetNamesResult withFacetNames(Collection<String> facetNames)
The names of typed link facets that exist within the schema.
facetNames
- The names of typed link 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 ListTypedLinkFacetNamesResult withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public ListTypedLinkFacetNamesResult clone()