@Generated(value="software.amazon.awssdk:codegen") public final class ModifyBackupAttributesRequest extends CloudHsmV2Request implements ToCopyableBuilder<ModifyBackupAttributesRequest.Builder,ModifyBackupAttributesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyBackupAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupId()
The identifier (ID) of the backup to modify.
|
static ModifyBackupAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
neverExpires()
Specifies whether the service should exempt a backup from the retention policy for the cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyBackupAttributesRequest.Builder> |
serializableBuilderClass() |
ModifyBackupAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupId()
The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.
public final Boolean neverExpires()
Specifies whether the service should exempt a backup from the retention policy for the cluster. True
exempts a backup from the retention policy. False means the service applies the backup retention
policy defined at the cluster.
True exempts a backup from the retention policy. False means the service
applies the backup retention policy defined at the cluster.public ModifyBackupAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyBackupAttributesRequest.Builder,ModifyBackupAttributesRequest>toBuilder in class CloudHsmV2Requestpublic static ModifyBackupAttributesRequest.Builder builder()
public static Class<? extends ModifyBackupAttributesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.