@Generated(value="software.amazon.awssdk:codegen") public final class FeatureMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FeatureMetadata.Builder,FeatureMetadata>
The metadata for a feature. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FeatureMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FeatureMetadata.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 FeatureMetadata.Builder> |
serializableBuilderClass() |
FeatureStatus |
status()
The status of the feature on the DB instance.
|
String |
statusAsString()
The status of the feature on the DB instance.
|
FeatureMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FeatureStatus status()
The status of the feature on the DB instance. Possible values include the following:
ENABLED - The feature is enabled on the instance.
DISABLED - The feature is disabled on the instance.
UNSUPPORTED - The feature isn't supported on the instance.
ENABLED_PENDING_REBOOT - The feature is enabled on the instance but requires a reboot to take
effect.
DISABLED_PENDING_REBOOT - The feature is disabled on the instance but requires a reboot to take
effect.
UNKNOWN - The feature status couldn't be determined.
If the service returns an enum value that is not available in the current SDK version, status will
return FeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ENABLED - The feature is enabled on the instance.
DISABLED - The feature is disabled on the instance.
UNSUPPORTED - The feature isn't supported on the instance.
ENABLED_PENDING_REBOOT - The feature is enabled on the instance but requires a reboot to
take effect.
DISABLED_PENDING_REBOOT - The feature is disabled on the instance but requires a reboot to
take effect.
UNKNOWN - The feature status couldn't be determined.
FeatureStatuspublic final String statusAsString()
The status of the feature on the DB instance. Possible values include the following:
ENABLED - The feature is enabled on the instance.
DISABLED - The feature is disabled on the instance.
UNSUPPORTED - The feature isn't supported on the instance.
ENABLED_PENDING_REBOOT - The feature is enabled on the instance but requires a reboot to take
effect.
DISABLED_PENDING_REBOOT - The feature is disabled on the instance but requires a reboot to take
effect.
UNKNOWN - The feature status couldn't be determined.
If the service returns an enum value that is not available in the current SDK version, status will
return FeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ENABLED - The feature is enabled on the instance.
DISABLED - The feature is disabled on the instance.
UNSUPPORTED - The feature isn't supported on the instance.
ENABLED_PENDING_REBOOT - The feature is enabled on the instance but requires a reboot to
take effect.
DISABLED_PENDING_REBOOT - The feature is disabled on the instance but requires a reboot to
take effect.
UNKNOWN - The feature status couldn't be determined.
FeatureStatuspublic FeatureMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FeatureMetadata.Builder,FeatureMetadata>public static FeatureMetadata.Builder builder()
public static Class<? extends FeatureMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.