@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFieldLevelEncryptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetFieldLevelEncryptionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFieldLevelEncryptionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getETag()
 The current version of the field level encryption configuration. | 
| FieldLevelEncryption | getFieldLevelEncryption()
 Return the field-level encryption configuration information. | 
| int | hashCode() | 
| void | setETag(String eTag)
 The current version of the field level encryption configuration. | 
| void | setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
 Return the field-level encryption configuration information. | 
| String | toString()Returns a string representation of this object. | 
| GetFieldLevelEncryptionResult | withETag(String eTag)
 The current version of the field level encryption configuration. | 
| GetFieldLevelEncryptionResult | withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
 Return the field-level encryption configuration information. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the field-level encryption configuration information.
fieldLevelEncryption - Return the field-level encryption configuration information.public FieldLevelEncryption getFieldLevelEncryption()
Return the field-level encryption configuration information.
public GetFieldLevelEncryptionResult withFieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the field-level encryption configuration information.
fieldLevelEncryption - Return the field-level encryption configuration information.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 GetFieldLevelEncryptionResult 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 ObjectObject.toString()public GetFieldLevelEncryptionResult clone()