@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTypedLinkFacetAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTypedLinkFacetAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTypedLinkFacetAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<TypedLinkAttributeDefinition> |
getAttributes()
An ordered set of attributes associate with the typed link.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
setAttributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListTypedLinkFacetAttributesResult |
withAttributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
|
ListTypedLinkFacetAttributesResult |
withAttributes(TypedLinkAttributeDefinition... attributes)
An ordered set of attributes associate with the typed link.
|
ListTypedLinkFacetAttributesResult |
withNextToken(String nextToken)
The pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TypedLinkAttributeDefinition> getAttributes()
An ordered set of attributes associate with the typed link.
public void setAttributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
attributes - An ordered set of attributes associate with the typed link.public ListTypedLinkFacetAttributesResult withAttributes(TypedLinkAttributeDefinition... attributes)
An ordered set of attributes associate with the typed link.
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 - An ordered set of attributes associate with the typed link.public ListTypedLinkFacetAttributesResult withAttributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
attributes - An ordered set of attributes associate with the typed link.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListTypedLinkFacetAttributesResult withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String toString()
toString in class ObjectObject.toString()public ListTypedLinkFacetAttributesResult clone()