ToCopyableBuilder<PutRecordResponse.Builder,PutRecordResponse>
@Generated("software.amazon.awssdk:codegen") public class PutRecordResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutRecordResponse.Builder,PutRecordResponse>
Represents the output for PutRecord
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutRecordResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PutRecordResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
sequenceNumber() |
The sequence number identifier that was assigned to the put data record.
|
static Class<? extends PutRecordResponse.Builder> |
serializableBuilderClass() |
|
String |
shardId() |
The shard ID of the shard where the data record was placed.
|
PutRecordResponse.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 String shardId()
The shard ID of the shard where the data record was placed.
public String sequenceNumber()
The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.
public PutRecordResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutRecordResponse.Builder,PutRecordResponse>
public static PutRecordResponse.Builder builder()
public static Class<? extends PutRecordResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.