@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectParentPathsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListObjectParentPathsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentPathsResult |
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 |
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.
|
ListObjectParentPathsResult |
withNextToken(String nextToken)
The pagination token.
|
ListObjectParentPathsResult |
withPathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
ListObjectParentPathsResult |
withPathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ListObjectParentPathsResult 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 ListObjectParentPathsResult 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 ListObjectParentPathsResult withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String toString()
toString in class ObjectObject.toString()public ListObjectParentPathsResult clone()