ToCopyableBuilder<PutRecordsResponse.Builder,PutRecordsResponse>
@Generated("software.amazon.awssdk:codegen") public class PutRecordsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutRecordsResponse.Builder,PutRecordsResponse>
PutRecords
results.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutRecordsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PutRecordsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Integer |
failedRecordCount() |
The number of unsuccessfully processed records in a
PutRecords request. |
int |
hashCode() |
|
List<PutRecordsResultEntry> |
records() |
An array of successfully and unsuccessfully processed record results, correlated with the request by natural
ordering.
|
static Class<? extends PutRecordsResponse.Builder> |
serializableBuilderClass() |
|
PutRecordsResponse.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 failedRecordCount()
The number of unsuccessfully processed records in a PutRecords
request.
PutRecords
request.public List<PutRecordsResultEntry> records()
An array of successfully and unsuccessfully processed record results, correlated with the request by natural
ordering. A record that is successfully added to a stream includes SequenceNumber
and
ShardId
in the result. A record that fails to be added to a stream includes ErrorCode
and ErrorMessage
in the result.
SequenceNumber
and ShardId
in the result. A record that fails to be added to a stream includes
ErrorCode
and ErrorMessage
in the result.public PutRecordsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutRecordsResponse.Builder,PutRecordsResponse>
public static PutRecordsResponse.Builder builder()
public static Class<? extends PutRecordsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.