@Generated(value="software.amazon.awssdk:codegen") public final class OptionGroupMembership extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptionGroupMembership.Builder,OptionGroupMembership>
Provides information on the option groups the DB instance is a member of.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptionGroupMembership.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OptionGroupMembership.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
optionGroupName()
The name of the option group that the instance belongs to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptionGroupMembership.Builder> |
serializableBuilderClass() |
String |
status()
The status of the DB instance's option group membership.
|
OptionGroupMembership.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String optionGroupName()
The name of the option group that the instance belongs to.
public final String status()
The status of the DB instance's option group membership. Valid values are: in-sync,
pending-apply, pending-removal, pending-maintenance-apply,
pending-maintenance-removal, applying, removing, and failed.
in-sync,
pending-apply, pending-removal, pending-maintenance-apply,
pending-maintenance-removal, applying, removing, and
failed.public OptionGroupMembership.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OptionGroupMembership.Builder,OptionGroupMembership>public static OptionGroupMembership.Builder builder()
public static Class<? extends OptionGroupMembership.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.