@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFieldLevelEncryptionProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFieldLevelEncryptionProfileRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFieldLevelEncryptionProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
Request the ID of the profile you want to delete from CloudFront.
|
String |
getIfMatch()
The value of the
ETag header that you received when retrieving the profile to delete. |
int |
hashCode() |
void |
setId(String id)
Request the ID of the profile you want to delete from CloudFront.
|
void |
setIfMatch(String ifMatch)
The value of the
ETag header that you received when retrieving the profile to delete. |
String |
toString()
Returns a string representation of this object.
|
DeleteFieldLevelEncryptionProfileRequest |
withId(String id)
Request the ID of the profile you want to delete from CloudFront.
|
DeleteFieldLevelEncryptionProfileRequest |
withIfMatch(String ifMatch)
The value of the
ETag header that you received when retrieving the profile to delete. |
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, withSdkRequestTimeout
public DeleteFieldLevelEncryptionProfileRequest()
public void setId(String id)
Request the ID of the profile you want to delete from CloudFront.
id
- Request the ID of the profile you want to delete from CloudFront.public String getId()
Request the ID of the profile you want to delete from CloudFront.
public DeleteFieldLevelEncryptionProfileRequest withId(String id)
Request the ID of the profile you want to delete from CloudFront.
id
- Request the ID of the profile you want to delete from CloudFront.public void setIfMatch(String ifMatch)
The value of the ETag
header that you received when retrieving the profile to delete. For example:
E2QWRUHAPOMQZL
.
ifMatch
- The value of the ETag
header that you received when retrieving the profile to delete. For
example: E2QWRUHAPOMQZL
.public String getIfMatch()
The value of the ETag
header that you received when retrieving the profile to delete. For example:
E2QWRUHAPOMQZL
.
ETag
header that you received when retrieving the profile to delete. For
example: E2QWRUHAPOMQZL
.public DeleteFieldLevelEncryptionProfileRequest withIfMatch(String ifMatch)
The value of the ETag
header that you received when retrieving the profile to delete. For example:
E2QWRUHAPOMQZL
.
ifMatch
- The value of the ETag
header that you received when retrieving the profile to delete. For
example: E2QWRUHAPOMQZL
.public String toString()
toString
in class Object
Object.toString()
public DeleteFieldLevelEncryptionProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()