@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListOutgoingTypedLinksResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a ListOutgoingTypedLinks response operation.
Constructor and Description |
---|
BatchListOutgoingTypedLinksResponse() |
Modifier and Type | Method and Description |
---|---|
BatchListOutgoingTypedLinksResponse |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token.
|
List<TypedLinkSpecifier> |
getTypedLinkSpecifiers()
Returns a typed link specifier as output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
BatchListOutgoingTypedLinksResponse |
withNextToken(String nextToken)
The pagination token.
|
BatchListOutgoingTypedLinksResponse |
withTypedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
BatchListOutgoingTypedLinksResponse |
withTypedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
public 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 BatchListOutgoingTypedLinksResponse 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 BatchListOutgoingTypedLinksResponse 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 BatchListOutgoingTypedLinksResponse withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public BatchListOutgoingTypedLinksResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.