@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectChildrenResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a ListObjectChildren response operation.
Constructor and Description |
---|
BatchListObjectChildrenResponse() |
Modifier and Type | Method and Description |
---|---|
BatchListObjectChildrenResponse |
addChildrenEntry(String key,
String value) |
BatchListObjectChildrenResponse |
clearChildrenEntries()
Removes all the entries added into Children.
|
BatchListObjectChildrenResponse |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getChildren()
The children structure, which is a map with the key as the
LinkName and
ObjectIdentifier as the value. |
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChildren(Map<String,String> children)
The children structure, which is a map with the 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.
|
BatchListObjectChildrenResponse |
withChildren(Map<String,String> children)
The children structure, which is a map with the key as the
LinkName and
ObjectIdentifier as the value. |
BatchListObjectChildrenResponse |
withNextToken(String nextToken)
The pagination token.
|
public Map<String,String> getChildren()
The children structure, which is a map with the key as the LinkName
and
ObjectIdentifier
as the value.
LinkName
and
ObjectIdentifier
as the value.public void setChildren(Map<String,String> children)
The children structure, which is a map with the key as the LinkName
and
ObjectIdentifier
as the value.
children
- The children structure, which is a map with the key as the LinkName
and
ObjectIdentifier
as the value.public BatchListObjectChildrenResponse withChildren(Map<String,String> children)
The children structure, which is a map with the key as the LinkName
and
ObjectIdentifier
as the value.
children
- The children structure, which is a map with the key as the LinkName
and
ObjectIdentifier
as the value.public BatchListObjectChildrenResponse addChildrenEntry(String key, String value)
public BatchListObjectChildrenResponse clearChildrenEntries()
public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public BatchListObjectChildrenResponse withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public BatchListObjectChildrenResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.