@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBackupPlanRequest extends BackupRequest implements ToCopyableBuilder<UpdateBackupPlanRequest.Builder,UpdateBackupPlanRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackupPlanRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
BackupPlanInput |
backupPlan()
Specifies the body of a backup plan.
|
String |
backupPlanId()
Uniquely identifies a backup plan.
|
static UpdateBackupPlanRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBackupPlanRequest.Builder> |
serializableBuilderClass() |
UpdateBackupPlanRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupPlanId()
Uniquely identifies a backup plan.
public final BackupPlanInput backupPlan()
Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
Rules.
BackupPlanName and one or more sets of
Rules.public UpdateBackupPlanRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackupPlanRequest.Builder,UpdateBackupPlanRequest>toBuilder in class BackupRequestpublic static UpdateBackupPlanRequest.Builder builder()
public static Class<? extends UpdateBackupPlanRequest.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.