public class GetEncryptionAtRestInfoResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
GetEncryptionAtRestInfoResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
GetEncryptionAtRestInfoResult() |
GetEncryptionAtRestInfoResult(Optional<EncryptionKeyInfo> authenticationKeyInfo,
java.lang.String state) |
| Modifier and Type | Method and Description |
|---|---|
GetEncryptionAtRestInfoResult.Builder |
asBuilder() |
static GetEncryptionAtRestInfoResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
Optional<EncryptionKeyInfo> |
getAuthenticationKeyInfo()
Information about the encryption key that's being used for the Encryption At Rest feature.
|
java.lang.String |
getState()
The current Encryption At Rest state.
|
int |
hashCode() |
void |
setAuthenticationKeyInfo(Optional<EncryptionKeyInfo> authenticationKeyInfo) |
void |
setState(java.lang.String state) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="12.0") public GetEncryptionAtRestInfoResult(Optional<EncryptionKeyInfo> authenticationKeyInfo, java.lang.String state)
public Optional<EncryptionKeyInfo> getAuthenticationKeyInfo()
public void setAuthenticationKeyInfo(Optional<EncryptionKeyInfo> authenticationKeyInfo)
public java.lang.String getState()
public void setState(java.lang.String state)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString in class java.lang.Objectpublic static GetEncryptionAtRestInfoResult.Builder builder()
public final GetEncryptionAtRestInfoResult.Builder asBuilder()