@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectParentPathsResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a ListObjectParentPaths response operation.
| Constructor and Description |
|---|
BatchListObjectParentPathsResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParentPathsResponse |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token.
|
List<PathToObjectIdentifiers> |
getPathToObjectIdentifiersList()
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
String |
toString()
Returns a string representation of this object.
|
BatchListObjectParentPathsResponse |
withNextToken(String nextToken)
The pagination token.
|
BatchListObjectParentPathsResponse |
withPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
BatchListObjectParentPathsResponse |
withPathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
public List<PathToObjectIdentifiers> getPathToObjectIdentifiersList()
Returns the path to the ObjectIdentifiers that are associated with the directory.
ObjectIdentifiers that are associated with the directory.public void setPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers that are associated with the directory.
pathToObjectIdentifiersList - Returns the path to the ObjectIdentifiers that are associated with the directory.public BatchListObjectParentPathsResponse withPathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers that are associated with the directory.
NOTE: This method appends the values to the existing list (if any). Use
setPathToObjectIdentifiersList(java.util.Collection) or
withPathToObjectIdentifiersList(java.util.Collection) if you want to override the existing values.
pathToObjectIdentifiersList - Returns the path to the ObjectIdentifiers that are associated with the directory.public BatchListObjectParentPathsResponse withPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers that are associated with the directory.
pathToObjectIdentifiersList - Returns the path to the ObjectIdentifiers that are associated with the directory.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public BatchListObjectParentPathsResponse withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String toString()
toString in class ObjectObject.toString()public BatchListObjectParentPathsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.