@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. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5
.
location
- The fully qualified URI of the new configuration resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5
.public String getLocation()
The fully qualified URI of the new configuration resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5
.
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5
.public CreateFieldLevelEncryptionConfigResult withLocation(String location)
The fully qualified URI of the new configuration resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5
.
location
- The fully qualified URI of the new configuration resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5
.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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.