StructuredPojo
, ToCopyableBuilder<BatchReadSuccessfulResponse.Builder,BatchReadSuccessfulResponse>
@Generated("software.amazon.awssdk:codegen") public class BatchReadSuccessfulResponse extends Object implements StructuredPojo, ToCopyableBuilder<BatchReadSuccessfulResponse.Builder,BatchReadSuccessfulResponse>
Represents the output of a BatchRead
success response operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchReadSuccessfulResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BatchReadSuccessfulResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
BatchListObjectAttributesResponse |
listObjectAttributes() |
Lists all attributes that are associated with an object.
|
BatchListObjectChildrenResponse |
listObjectChildren() |
Returns a paginated list of child objects that are associated with a given object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends BatchReadSuccessfulResponse.Builder> |
serializableBuilderClass() |
|
BatchReadSuccessfulResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public BatchListObjectAttributesResponse listObjectAttributes()
Lists all attributes that are associated with an object.
public BatchListObjectChildrenResponse listObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
public BatchReadSuccessfulResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchReadSuccessfulResponse.Builder,BatchReadSuccessfulResponse>
public static BatchReadSuccessfulResponse.Builder builder()
public static Class<? extends BatchReadSuccessfulResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.