StructuredPojo, ToCopyableBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>@Generated("software.amazon.awssdk:codegen") public class BatchListObjectChildrenResponse extends Object implements StructuredPojo, ToCopyableBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>
Represents the output of a ListObjectChildren response operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
BatchListObjectChildrenResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static BatchListObjectChildrenResponse.Builder |
builder() |
|
Map<String,String> |
children() |
The children structure, which is a map with the key as the
LinkName and
ObjectIdentifier as the value. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
nextToken() |
The pagination token.
|
static Class<? extends BatchListObjectChildrenResponse.Builder> |
serializableBuilderClass() |
|
BatchListObjectChildrenResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Map<String,String> children()
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 String nextToken()
The pagination token.
public BatchListObjectChildrenResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>public static BatchListObjectChildrenResponse.Builder builder()
public static Class<? extends BatchListObjectChildrenResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.