@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIncomingTypedLinksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIncomingTypedLinksResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIncomingTypedLinksResult |
clone() |
boolean |
equals(Object obj) |
List<TypedLinkSpecifier> |
getLinkSpecifiers()
Returns one or more typed link specifiers as output.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
setLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListIncomingTypedLinksResult |
withLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
ListIncomingTypedLinksResult |
withLinkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
|
ListIncomingTypedLinksResult |
withNextToken(String nextToken)
The pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TypedLinkSpecifier> getLinkSpecifiers()
Returns one or more typed link specifiers as output.
public void setLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
linkSpecifiers - Returns one or more typed link specifiers as output.public ListIncomingTypedLinksResult withLinkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
NOTE: This method appends the values to the existing list (if any). Use
setLinkSpecifiers(java.util.Collection) or withLinkSpecifiers(java.util.Collection) if you want
to override the existing values.
linkSpecifiers - Returns one or more typed link specifiers as output.public ListIncomingTypedLinksResult withLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
linkSpecifiers - Returns one or more typed link specifiers as output.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListIncomingTypedLinksResult withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String toString()
toString in class ObjectObject.toString()public ListIncomingTypedLinksResult clone()
Copyright © 2018. All rights reserved.