@Generated(value="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 Elasticsearch domain.
Modifier and Type | Class and Description |
---|---|
static interface |
EncryptionAtRestOptionsStatus.Builder |
Modifier and Type | Method and Description |
---|---|
static EncryptionAtRestOptionsStatus.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EncryptionAtRestOptions |
options()
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncryptionAtRestOptionsStatus.Builder> |
serializableBuilderClass() |
OptionStatus |
status()
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
EncryptionAtRestOptionsStatus.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public EncryptionAtRestOptions options()
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
public OptionStatus status()
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
public EncryptionAtRestOptionsStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EncryptionAtRestOptionsStatus.Builder,EncryptionAtRestOptionsStatus>
public static EncryptionAtRestOptionsStatus.Builder builder()
public static Class<? extends EncryptionAtRestOptionsStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.