Class OptionGroupMembership
- java.lang.Object
-
- software.amazon.awssdk.services.rds.model.OptionGroupMembership
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OptionGroupMembership.Builder,OptionGroupMembership>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOptionGroupMembership.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OptionGroupMembership.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoptionGroupName()The name of the option group that the instance belongs to.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OptionGroupMembership.Builder>serializableBuilderClass()Stringstatus()The status of the DB instance's option group membership.OptionGroupMembership.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
optionGroupName
public final String optionGroupName()
The name of the option group that the instance belongs to.
- Returns:
- The name of the option group that the instance belongs to.
-
status
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, andfailed.- Returns:
- 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, andfailed.
-
toBuilder
public OptionGroupMembership.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OptionGroupMembership.Builder,OptionGroupMembership>
-
builder
public static OptionGroupMembership.Builder builder()
-
serializableBuilderClass
public static Class<? extends OptionGroupMembership.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-