@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFieldLevelEncryptionConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateFieldLevelEncryptionConfigResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateFieldLevelEncryptionConfigResult | clone() | 
| boolean | equals(Object obj) | 
| String | getETag()
 The value of the  ETagheader that you received when updating the configuration. | 
| FieldLevelEncryption | getFieldLevelEncryption()
 Return the results of updating the configuration. | 
| int | hashCode() | 
| void | setETag(String eTag)
 The value of the  ETagheader that you received when updating the configuration. | 
| void | setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
 Return the results of updating the configuration. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| UpdateFieldLevelEncryptionConfigResult | withETag(String eTag)
 The value of the  ETagheader that you received when updating the configuration. | 
| UpdateFieldLevelEncryptionConfigResult | withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
 Return the results of updating the configuration. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateFieldLevelEncryptionConfigResult()
public void setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the results of updating the configuration.
fieldLevelEncryption - Return the results of updating the configuration.public FieldLevelEncryption getFieldLevelEncryption()
Return the results of updating the configuration.
public UpdateFieldLevelEncryptionConfigResult withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the results of updating the configuration.
fieldLevelEncryption - Return the results of updating the configuration.public void setETag(String eTag)
 The value of the ETag header that you received when updating the configuration. For example:
 E2QWRUHAPOMQZL.
 
eTag - The value of the ETag header that you received when updating the configuration. For example:
        E2QWRUHAPOMQZL.public String getETag()
 The value of the ETag header that you received when updating the configuration. For example:
 E2QWRUHAPOMQZL.
 
ETag header that you received when updating the configuration. For example:
         E2QWRUHAPOMQZL.public UpdateFieldLevelEncryptionConfigResult withETag(String eTag)
 The value of the ETag header that you received when updating the configuration. For example:
 E2QWRUHAPOMQZL.
 
eTag - The value of the ETag header that you received when updating the configuration. For example:
        E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public UpdateFieldLevelEncryptionConfigResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.