@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFieldLevelEncryptionConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFieldLevelEncryptionConfigResult() |
Modifier and Type | Method and Description |
---|---|
CreateFieldLevelEncryptionConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The current version of the field level encryption configuration.
|
FieldLevelEncryption |
getFieldLevelEncryption()
Returned when you create a new field-level encryption configuration.
|
String |
getLocation()
The fully qualified URI of the new configuration resource just created.
|
int |
hashCode() |
void |
setETag(String eTag)
The current version of the field level encryption configuration.
|
void |
setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
|
void |
setLocation(String location)
The fully qualified URI of the new configuration resource just created.
|
String |
toString()
Returns a string representation of this object.
|
CreateFieldLevelEncryptionConfigResult |
withETag(String eTag)
The current version of the field level encryption configuration.
|
CreateFieldLevelEncryptionConfigResult |
withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
|
CreateFieldLevelEncryptionConfigResult |
withLocation(String location)
The fully qualified URI of the new configuration resource just created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateFieldLevelEncryptionConfigResult()
public void setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
fieldLevelEncryption
- Returned when you create a new field-level encryption configuration.public FieldLevelEncryption getFieldLevelEncryption()
Returned when you create a new field-level encryption configuration.
public CreateFieldLevelEncryptionConfigResult withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
fieldLevelEncryption
- Returned when you create a new field-level encryption configuration.public void setLocation(String location)
The fully qualified URI of the new configuration resource just created.
location
- The fully qualified URI of the new configuration resource just created.public String getLocation()
The fully qualified URI of the new configuration resource just created.
public CreateFieldLevelEncryptionConfigResult withLocation(String location)
The fully qualified URI of the new configuration resource just created.
location
- The fully qualified URI of the new configuration resource just created.public void setETag(String eTag)
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.public String getETag()
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.
E2QWRUHAPOMQZL
.public CreateFieldLevelEncryptionConfigResult withETag(String eTag)
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.public String toString()
toString
in class Object
Object.toString()
public CreateFieldLevelEncryptionConfigResult clone()