Class UpdateKinesisStreamingDestinationResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateKinesisStreamingDestinationResponse.Builder,UpdateKinesisStreamingDestinationResponse>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final DestinationStatusThe status of the attempt to update the Kinesis streaming destination output.final StringThe status of the attempt to update the Kinesis streaming destination output.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends UpdateKinesisStreamingDestinationResponse.Builder>final StringThe ARN for the Kinesis stream input.final StringThe table name for the Kinesis streaming destination output.final StringtoString()Returns a string representation of this object.The command to update the Kinesis streaming destination configuration.Methods inherited from class software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse
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
-
tableName
The table name for the Kinesis streaming destination output.
- Returns:
- The table name for the Kinesis streaming destination output.
-
streamArn
The ARN for the Kinesis stream input.
- Returns:
- The ARN for the Kinesis stream input.
-
destinationStatus
The status of the attempt to update the Kinesis streaming destination output.
If the service returns an enum value that is not available in the current SDK version,
destinationStatuswill returnDestinationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdestinationStatusAsString().- Returns:
- The status of the attempt to update the Kinesis streaming destination output.
- See Also:
-
destinationStatusAsString
The status of the attempt to update the Kinesis streaming destination output.
If the service returns an enum value that is not available in the current SDK version,
destinationStatuswill returnDestinationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdestinationStatusAsString().- Returns:
- The status of the attempt to update the Kinesis streaming destination output.
- See Also:
-
updateKinesisStreamingConfiguration
The command to update the Kinesis streaming destination configuration.
- Returns:
- The command to update the Kinesis streaming destination configuration.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateKinesisStreamingDestinationResponse.Builder,UpdateKinesisStreamingDestinationResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
public static Class<? extends UpdateKinesisStreamingDestinationResponse.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
-