@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFieldLevelEncryptionProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateFieldLevelEncryptionProfileRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateFieldLevelEncryptionProfileRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| FieldLevelEncryptionProfileConfig | getFieldLevelEncryptionProfileConfig()
 Request to update a field-level encryption profile. | 
| String | getId()
 The ID of the field-level encryption profile request. | 
| String | getIfMatch()
 The value of the  ETagheader that you received when retrieving the profile identity to update. | 
| int | hashCode() | 
| void | setFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig fieldLevelEncryptionProfileConfig)
 Request to update a field-level encryption profile. | 
| void | setId(String id)
 The ID of the field-level encryption profile request. | 
| void | setIfMatch(String ifMatch)
 The value of the  ETagheader that you received when retrieving the profile identity to update. | 
| String | toString()Returns a string representation of this object. | 
| UpdateFieldLevelEncryptionProfileRequest | withFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig fieldLevelEncryptionProfileConfig)
 Request to update a field-level encryption profile. | 
| UpdateFieldLevelEncryptionProfileRequest | withId(String id)
 The ID of the field-level encryption profile request. | 
| UpdateFieldLevelEncryptionProfileRequest | withIfMatch(String ifMatch)
 The value of the  ETagheader that you received when retrieving the profile identity to update. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateFieldLevelEncryptionProfileRequest()
public void setFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig fieldLevelEncryptionProfileConfig)
Request to update a field-level encryption profile.
fieldLevelEncryptionProfileConfig - Request to update a field-level encryption profile.public FieldLevelEncryptionProfileConfig getFieldLevelEncryptionProfileConfig()
Request to update a field-level encryption profile.
public UpdateFieldLevelEncryptionProfileRequest withFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig fieldLevelEncryptionProfileConfig)
Request to update a field-level encryption profile.
fieldLevelEncryptionProfileConfig - Request to update a field-level encryption profile.public void setId(String id)
The ID of the field-level encryption profile request.
id - The ID of the field-level encryption profile request.public String getId()
The ID of the field-level encryption profile request.
public UpdateFieldLevelEncryptionProfileRequest withId(String id)
The ID of the field-level encryption profile request.
id - The ID of the field-level encryption profile request.public void setIfMatch(String ifMatch)
 The value of the ETag header that you received when retrieving the profile identity to update. For
 example: E2QWRUHAPOMQZL.
 
ifMatch - The value of the ETag header that you received when retrieving the profile identity to
        update. For example: E2QWRUHAPOMQZL.public String getIfMatch()
 The value of the ETag header that you received when retrieving the profile identity to update. For
 example: E2QWRUHAPOMQZL.
 
ETag header that you received when retrieving the profile identity to
         update. For example: E2QWRUHAPOMQZL.public UpdateFieldLevelEncryptionProfileRequest withIfMatch(String ifMatch)
 The value of the ETag header that you received when retrieving the profile identity to update. For
 example: E2QWRUHAPOMQZL.
 
ifMatch - The value of the ETag header that you received when retrieving the profile identity to
        update. For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public UpdateFieldLevelEncryptionProfileRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()