ToCopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateShardCountResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateShardCountResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdateShardCountResponse.Builder |
builder() |
|
Integer |
currentShardCount() |
The current number of shards.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateShardCountResponse.Builder> |
serializableBuilderClass() |
|
String |
streamName() |
The name of the stream.
|
Integer |
targetShardCount() |
The updated number of shards.
|
UpdateShardCountResponse.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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>
public static UpdateShardCountResponse.Builder builder()
public static Class<? extends UpdateShardCountResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.