Class DisableKinesisStreamingDestinationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse
-
- software.amazon.awssdk.services.dynamodb.model.DisableKinesisStreamingDestinationResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DisableKinesisStreamingDestinationResponse.Builder,DisableKinesisStreamingDestinationResponse>
@Generated("software.amazon.awssdk:codegen") public final class DisableKinesisStreamingDestinationResponse extends DynamoDbResponse implements ToCopyableBuilder<DisableKinesisStreamingDestinationResponse.Builder,DisableKinesisStreamingDestinationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DisableKinesisStreamingDestinationResponse.Builder
-
Method Summary
-
Methods inherited from class software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tableName
public final String tableName()
The name of the table being modified.
- Returns:
- The name of the table being modified.
-
streamArn
public final String streamArn()
The ARN for the specific Kinesis data stream.
- Returns:
- The ARN for the specific Kinesis data stream.
-
destinationStatus
public final DestinationStatus destinationStatus()
The current status of the replication.
If the service returns an enum value that is not available in the current SDK version,
destinationStatus
will returnDestinationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdestinationStatusAsString()
.- Returns:
- The current status of the replication.
- See Also:
DestinationStatus
-
destinationStatusAsString
public final String destinationStatusAsString()
The current status of the replication.
If the service returns an enum value that is not available in the current SDK version,
destinationStatus
will returnDestinationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdestinationStatusAsString()
.- Returns:
- The current status of the replication.
- See Also:
DestinationStatus
-
enableKinesisStreamingConfiguration
public final EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration()
The destination for the Kinesis streaming information that is being enabled.
- Returns:
- The destination for the Kinesis streaming information that is being enabled.
-
toBuilder
public DisableKinesisStreamingDestinationResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DisableKinesisStreamingDestinationResponse.Builder,DisableKinesisStreamingDestinationResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static DisableKinesisStreamingDestinationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DisableKinesisStreamingDestinationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-