@Generated(value="software.amazon.awssdk:codegen") public final class DescribeContinuousBackupsRequest extends DynamoDbRequest implements ToCopyableBuilder<DescribeContinuousBackupsRequest.Builder,DescribeContinuousBackupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeContinuousBackupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeContinuousBackupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeContinuousBackupsRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
Name of the table for which the customer wants to check the continuous backups and point in time recovery
settings.
|
DescribeContinuousBackupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String tableName()
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
public DescribeContinuousBackupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeContinuousBackupsRequest.Builder,DescribeContinuousBackupsRequest>toBuilder in class DynamoDbRequestpublic static DescribeContinuousBackupsRequest.Builder builder()
public static Class<? extends DescribeContinuousBackupsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.