@Generated(value="software.amazon.awssdk:codegen") public final class UpdateContinuousBackupsResponse extends DynamoDbResponse implements ToCopyableBuilder<UpdateContinuousBackupsResponse.Builder,UpdateContinuousBackupsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateContinuousBackupsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateContinuousBackupsResponse.Builder |
builder() |
ContinuousBackupsDescription |
continuousBackupsDescription()
Represents the continuous backups and point in time recovery settings on the table.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateContinuousBackupsResponse.Builder> |
serializableBuilderClass() |
UpdateContinuousBackupsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ContinuousBackupsDescription continuousBackupsDescription()
Represents the continuous backups and point in time recovery settings on the table.
public UpdateContinuousBackupsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateContinuousBackupsResponse.Builder,UpdateContinuousBackupsResponse>toBuilder in class AwsResponsepublic static UpdateContinuousBackupsResponse.Builder builder()
public static Class<? extends UpdateContinuousBackupsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.