ToCopyableBuilder<PutRecordBatchResponse.Builder,PutRecordBatchResponse>
@Generated("software.amazon.awssdk:codegen") public class PutRecordBatchResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutRecordBatchResponse.Builder,PutRecordBatchResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutRecordBatchResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PutRecordBatchResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Integer |
failedPutCount() |
The number of records that might have failed processing.
|
int |
hashCode() |
|
List<PutRecordBatchResponseEntry> |
requestResponses() |
The results array.
|
static Class<? extends PutRecordBatchResponse.Builder> |
serializableBuilderClass() |
|
PutRecordBatchResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Integer failedPutCount()
The number of records that might have failed processing.
public List<PutRecordBatchResponseEntry> requestResponses()
The results array. For each record, the index of the response element is the same as the index used in the request array.
public PutRecordBatchResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutRecordBatchResponse.Builder,PutRecordBatchResponse>
public static PutRecordBatchResponse.Builder builder()
public static Class<? extends PutRecordBatchResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.