@Generated(value="software.amazon.awssdk:codegen") public final class UpdateShardCountResponse extends KinesisResponse implements ToCopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateShardCountResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateShardCountResponse.Builder |
builder() |
Integer |
currentShardCount()
The current number of shards.
|
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 UpdateShardCountResponse.Builder> |
serializableBuilderClass() |
String |
streamARN()
The ARN of the stream.
|
String |
streamName()
The name of the stream.
|
Integer |
targetShardCount()
The updated number of shards.
|
UpdateShardCountResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streamName()
The name of the stream.
public final Integer currentShardCount()
The current number of shards.
public final Integer targetShardCount()
The updated number of shards.
public final String streamARN()
The ARN of the stream.
public UpdateShardCountResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>toBuilder in class AwsResponsepublic static UpdateShardCountResponse.Builder builder()
public static Class<? extends UpdateShardCountResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.