Class UpdateShardCountResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.kinesis.model.KinesisResponse
software.amazon.awssdk.services.kinesis.model.UpdateShardCountResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>
@Generated("software.amazon.awssdk:codegen")
public final class UpdateShardCountResponse
extends KinesisResponse
implements ToCopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final IntegerThe current number of shards.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends UpdateShardCountResponse.Builder>final StringThe ARN of the stream.final StringThe name of the stream.final IntegerThe updated number of shards.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.kinesis.model.KinesisResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
streamName
The name of the stream.
- Returns:
- The name of the stream.
-
currentShardCount
The current number of shards.
- Returns:
- The current number of shards.
-
targetShardCount
The updated number of shards.
- Returns:
- The updated number of shards.
-
streamARN
The ARN of the stream.
- Returns:
- The ARN of the stream.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-