@Generated(value="software.amazon.awssdk:codegen") public final class MergeShardsRequest extends KinesisRequest implements ToCopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>
Represents the input for MergeShards.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MergeShardsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
adjacentShardToMerge()
The shard ID of the adjacent shard for the merge.
|
static MergeShardsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MergeShardsRequest.Builder> |
serializableBuilderClass() |
String |
shardToMerge()
The shard ID of the shard to combine with the adjacent shard for the merge.
|
String |
streamName()
The name of the stream for the merge.
|
MergeShardsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streamName()
The name of the stream for the merge.
public final String shardToMerge()
The shard ID of the shard to combine with the adjacent shard for the merge.
public final String adjacentShardToMerge()
The shard ID of the adjacent shard for the merge.
public MergeShardsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>toBuilder in class KinesisRequestpublic static MergeShardsRequest.Builder builder()
public static Class<? extends MergeShardsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.