@Generated(value="software.amazon.awssdk:codegen") public final class BatchListObjectChildrenResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>
Represents the output of a ListObjectChildren response operation.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchListObjectChildrenResponse.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The pagination token.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
public Map<String,String> children()
The children structure, which is a map with the key as the LinkName
and
ObjectIdentifier
as the value.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
LinkName
and
ObjectIdentifier
as the value.public String nextToken()
The pagination token.
public BatchListObjectChildrenResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>
public static BatchListObjectChildrenResponse.Builder builder()
public static Class<? extends BatchListObjectChildrenResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.