@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()
Token used for pagination.
|
Map<String,String> |
getParents()
Parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Token used for pagination.
|
void |
setParents(Map<String,String> parents)
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)
Token used for pagination.
|
ListObjectParentsResult |
withParents(Map<String,String> parents)
Parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,String> getParents()
Parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
public void setParents(Map<String,String> parents)
Parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
parents - Parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.public ListObjectParentsResult withParents(Map<String,String> parents)
Parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
parents - 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)
Token used for pagination.
nextToken - Token used for pagination.public String getNextToken()
Token used for pagination.
public ListObjectParentsResult withNextToken(String nextToken)
Token used for pagination.
nextToken - Token used for pagination.public String toString()
toString in class ObjectObject.toString()public ListObjectParentsResult clone()
Copyright © 2017. All rights reserved.