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