@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListIncomingTypedLinksResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a ListIncomingTypedLinks response operation.
Constructor and Description |
---|
BatchListIncomingTypedLinksResponse() |
Modifier and Type | Method and Description |
---|---|
BatchListIncomingTypedLinksResponse |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
BatchListIncomingTypedLinksResponse |
withLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
BatchListIncomingTypedLinksResponse |
withLinkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
|
BatchListIncomingTypedLinksResponse |
withNextToken(String nextToken)
The pagination token.
|
public 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 BatchListIncomingTypedLinksResponse 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 BatchListIncomingTypedLinksResponse 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 BatchListIncomingTypedLinksResponse withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public BatchListIncomingTypedLinksResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.