@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()
Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.
|
String |
getNextToken()
Token used for pagination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
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)
Token used for pagination.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchListObjectChildrenResponse |
withChildren(Map<String,String> children)
Children structure, which is a map with key as the LinkName and ObjectIdentifier as the value.
|
BatchListObjectChildrenResponse |
withNextToken(String nextToken)
Token used for pagination.
|
public Map<String,String> getChildren()
Children structure, which is a map with key as the 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 BatchListObjectChildrenResponse 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 BatchListObjectChildrenResponse addChildrenEntry(String key, String value)
public BatchListObjectChildrenResponse clearChildrenEntries()
public void setNextToken(String nextToken)
Token used for pagination.
nextToken - Token used for pagination.public String getNextToken()
Token used for pagination.
public BatchListObjectChildrenResponse withNextToken(String nextToken)
Token used for pagination.
nextToken - Token used for pagination.public String toString()
toString in class ObjectObject.toString()public BatchListObjectChildrenResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.