@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectParentsResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BatchListObjectParentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParentsResponse |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
List<ObjectIdentifierAndLinkNameTuple> |
getParentLinks() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNextToken(String nextToken) |
void |
setParentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks) |
String |
toString()
Returns a string representation of this object.
|
BatchListObjectParentsResponse |
withNextToken(String nextToken) |
BatchListObjectParentsResponse |
withParentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks) |
BatchListObjectParentsResponse |
withParentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
NOTE: This method appends the values to the existing list (if any).
|
public List<ObjectIdentifierAndLinkNameTuple> getParentLinks()
public void setParentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
parentLinks - public BatchListObjectParentsResponse withParentLinks(ObjectIdentifierAndLinkNameTuple... parentLinks)
NOTE: This method appends the values to the existing list (if any). Use
setParentLinks(java.util.Collection) or withParentLinks(java.util.Collection) if you want to
override the existing values.
parentLinks - public BatchListObjectParentsResponse withParentLinks(Collection<ObjectIdentifierAndLinkNameTuple> parentLinks)
parentLinks - public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public BatchListObjectParentsResponse withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public BatchListObjectParentsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.