@Generated(value="software.amazon.awssdk:codegen") public final class ModifyClusterSnapshotScheduleRequest extends RedshiftRequest implements ToCopyableBuilder<ModifyClusterSnapshotScheduleRequest.Builder,ModifyClusterSnapshotScheduleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyClusterSnapshotScheduleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyClusterSnapshotScheduleRequest.Builder |
builder() |
String |
clusterIdentifier()
A unique identifier for the cluster whose snapshot schedule you want to modify.
|
Boolean |
disassociateSchedule()
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
scheduleIdentifier()
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyClusterSnapshotScheduleRequest.Builder> |
serializableBuilderClass() |
ModifyClusterSnapshotScheduleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterIdentifier()
A unique identifier for the cluster whose snapshot schedule you want to modify.
public final String scheduleIdentifier()
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
public final Boolean disassociateSchedule()
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
public ModifyClusterSnapshotScheduleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyClusterSnapshotScheduleRequest.Builder,ModifyClusterSnapshotScheduleRequest>toBuilder in class RedshiftRequestpublic static ModifyClusterSnapshotScheduleRequest.Builder builder()
public static Class<? extends ModifyClusterSnapshotScheduleRequest.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 © 2021. All rights reserved.