@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateShardCountResponse.Builder> |
serializableBuilderClass() |
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 String streamName()
The name of the stream.
public Integer currentShardCount()
The current number of shards.
public Integer targetShardCount()
The updated number of shards.
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 String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.