@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEncryptionConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEncryptionConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetEncryptionConfigResult |
clone() |
boolean |
equals(Object obj) |
EncryptionConfig |
getEncryptionConfig()
The encryption configuration document.
|
int |
hashCode() |
void |
setEncryptionConfig(EncryptionConfig encryptionConfig)
The encryption configuration document.
|
String |
toString()
Returns a string representation of this object.
|
GetEncryptionConfigResult |
withEncryptionConfig(EncryptionConfig encryptionConfig)
The encryption configuration document.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEncryptionConfig(EncryptionConfig encryptionConfig)
The encryption configuration document.
encryptionConfig
- The encryption configuration document.public EncryptionConfig getEncryptionConfig()
The encryption configuration document.
public GetEncryptionConfigResult withEncryptionConfig(EncryptionConfig encryptionConfig)
The encryption configuration document.
encryptionConfig
- The encryption configuration document.public String toString()
toString
in class Object
Object.toString()
public GetEncryptionConfigResult clone()