@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFieldLevelEncryptionProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
UpdateFieldLevelEncryptionProfileResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFieldLevelEncryptionProfileResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getETag()
 The result of the field-level encryption profile request. 
 | 
FieldLevelEncryptionProfile | 
getFieldLevelEncryptionProfile()
 Return the results of updating the profile. 
 | 
int | 
hashCode()  | 
void | 
setETag(String eTag)
 The result of the field-level encryption profile request. 
 | 
void | 
setFieldLevelEncryptionProfile(FieldLevelEncryptionProfile fieldLevelEncryptionProfile)
 Return the results of updating the profile. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
UpdateFieldLevelEncryptionProfileResult | 
withETag(String eTag)
 The result of the field-level encryption profile request. 
 | 
UpdateFieldLevelEncryptionProfileResult | 
withFieldLevelEncryptionProfile(FieldLevelEncryptionProfile fieldLevelEncryptionProfile)
 Return the results of updating the profile. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateFieldLevelEncryptionProfileResult()
public void setFieldLevelEncryptionProfile(FieldLevelEncryptionProfile fieldLevelEncryptionProfile)
Return the results of updating the profile.
fieldLevelEncryptionProfile - Return the results of updating the profile.public FieldLevelEncryptionProfile getFieldLevelEncryptionProfile()
Return the results of updating the profile.
public UpdateFieldLevelEncryptionProfileResult withFieldLevelEncryptionProfile(FieldLevelEncryptionProfile fieldLevelEncryptionProfile)
Return the results of updating the profile.
fieldLevelEncryptionProfile - Return the results of updating the profile.public void setETag(String eTag)
The result of the field-level encryption profile request.
eTag - The result of the field-level encryption profile request.public String getETag()
The result of the field-level encryption profile request.
public UpdateFieldLevelEncryptionProfileResult withETag(String eTag)
The result of the field-level encryption profile request.
eTag - The result of the field-level encryption profile request.public String toString()
toString in class ObjectObject.toString()public UpdateFieldLevelEncryptionProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.