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