StructuredPojo
, ToCopyableBuilder<BatchReadOperation.Builder,BatchReadOperation>
@Generated("software.amazon.awssdk:codegen") public class BatchReadOperation extends Object implements StructuredPojo, ToCopyableBuilder<BatchReadOperation.Builder,BatchReadOperation>
Represents the output of a BatchRead
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchReadOperation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BatchReadOperation.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
BatchListObjectAttributes |
listObjectAttributes() |
Lists all attributes that are associated with an object.
|
BatchListObjectChildren |
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 BatchReadOperation.Builder> |
serializableBuilderClass() |
|
BatchReadOperation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public BatchListObjectAttributes listObjectAttributes()
Lists all attributes that are associated with an object.
public BatchListObjectChildren listObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
public BatchReadOperation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchReadOperation.Builder,BatchReadOperation>
public static BatchReadOperation.Builder builder()
public static Class<? extends BatchReadOperation.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.