Class EncryptionAtRestOptionsStatus
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.EncryptionAtRestOptionsStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EncryptionAtRestOptionsStatus.Builder,EncryptionAtRestOptionsStatus>
@Generated("software.amazon.awssdk:codegen") public final class EncryptionAtRestOptionsStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionAtRestOptionsStatus.Builder,EncryptionAtRestOptionsStatus>
Status of the encryption at rest options for the specified OpenSearch Service domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEncryptionAtRestOptionsStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EncryptionAtRestOptionsStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()EncryptionAtRestOptionsoptions()Encryption at rest options for the specified domain.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EncryptionAtRestOptionsStatus.Builder>serializableBuilderClass()OptionStatusstatus()The status of the encryption at rest options for the specified domain.EncryptionAtRestOptionsStatus.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
-
options
public final EncryptionAtRestOptions options()
Encryption at rest options for the specified domain.
- Returns:
- Encryption at rest options for the specified domain.
-
status
public final OptionStatus status()
The status of the encryption at rest options for the specified domain.
- Returns:
- The status of the encryption at rest options for the specified domain.
-
toBuilder
public EncryptionAtRestOptionsStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EncryptionAtRestOptionsStatus.Builder,EncryptionAtRestOptionsStatus>
-
builder
public static EncryptionAtRestOptionsStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends EncryptionAtRestOptionsStatus.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
-
-