@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Deletes a origin access identity.
NOOP| Constructor and Description | 
|---|
| DeleteCloudFrontOriginAccessIdentityRequest()Default constructor for DeleteCloudFrontOriginAccessIdentityRequest object. | 
| DeleteCloudFrontOriginAccessIdentityRequest(String id,
                                           String ifMatch)Constructs a new DeleteCloudFrontOriginAccessIdentityRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteCloudFrontOriginAccessIdentityRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getId()
 The origin access identity's ID. | 
| String | getIfMatch()
 The value of the  ETagheader you received from a previousGETorPUTrequest. | 
| int | hashCode() | 
| void | setId(String id)
 The origin access identity's ID. | 
| void | setIfMatch(String ifMatch)
 The value of the  ETagheader you received from a previousGETorPUTrequest. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DeleteCloudFrontOriginAccessIdentityRequest | withId(String id)
 The origin access identity's ID. | 
| DeleteCloudFrontOriginAccessIdentityRequest | withIfMatch(String ifMatch)
 The value of the  ETagheader you received from a previousGETorPUTrequest. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteCloudFrontOriginAccessIdentityRequest()
public DeleteCloudFrontOriginAccessIdentityRequest(String id, String ifMatch)
id - The origin access identity's ID.ifMatch - The value of the ETag header you received from a previous GET or
        PUT request. For example: E2QWRUHAPOMQZL.public void setId(String id)
The origin access identity's ID.
id - The origin access identity's ID.public String getId()
The origin access identity's ID.
public DeleteCloudFrontOriginAccessIdentityRequest withId(String id)
The origin access identity's ID.
id - The origin access identity's ID.public void setIfMatch(String ifMatch)
 The value of the ETag header you received from a previous GET or PUT
 request. For example: E2QWRUHAPOMQZL.
 
ifMatch - The value of the ETag header you received from a previous GET or
        PUT request. For example: E2QWRUHAPOMQZL.public String getIfMatch()
 The value of the ETag header you received from a previous GET or PUT
 request. For example: E2QWRUHAPOMQZL.
 
ETag header you received from a previous GET or
         PUT request. For example: E2QWRUHAPOMQZL.public DeleteCloudFrontOriginAccessIdentityRequest withIfMatch(String ifMatch)
 The value of the ETag header you received from a previous GET or PUT
 request. For example: E2QWRUHAPOMQZL.
 
ifMatch - The value of the ETag header you received from a previous GET or
        PUT request. For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public DeleteCloudFrontOriginAccessIdentityRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.