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