@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectParentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListObjectParentsResult() |
Modifier and Type | Method and Description |
---|---|
ListObjectParentsResult |
addParentsEntry(String key,
String value) |
ListObjectParentsResult |
clearParentsEntries()
Removes all the entries added into Parents.
|
ListObjectParentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token.
|
Map<String,String> |
getParents()
The parent structure, which is a map with key as the
ObjectIdentifier and LinkName as the value. |
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setParents(Map<String,String> parents)
The parent structure, which is a map with key as the
ObjectIdentifier and LinkName as the value. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListObjectParentsResult |
withNextToken(String nextToken)
The pagination token.
|
ListObjectParentsResult |
withParents(Map<String,String> parents)
The parent structure, which is a map with key as the
ObjectIdentifier and LinkName as the value. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getParents()
The parent structure, which is a map with key as the ObjectIdentifier
and LinkName as the value.
ObjectIdentifier
and LinkName as the
value.public void setParents(Map<String,String> parents)
The parent structure, which is a map with key as the ObjectIdentifier
and LinkName as the value.
parents
- The parent structure, which is a map with key as the ObjectIdentifier
and LinkName as the
value.public ListObjectParentsResult withParents(Map<String,String> parents)
The parent structure, which is a map with key as the ObjectIdentifier
and LinkName as the value.
parents
- The parent structure, which is a map with key as the ObjectIdentifier
and LinkName as the
value.public ListObjectParentsResult addParentsEntry(String key, String value)
public ListObjectParentsResult clearParentsEntries()
public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListObjectParentsResult withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public ListObjectParentsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.