@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The origin access identity's ID.
|
String |
getIfMatch()
The value of the
ETag header you received from a previous GET or PUT
request. |
int |
hashCode() |
void |
setId(String id)
The origin access identity's ID.
|
void |
setIfMatch(String ifMatch)
The value of the
ETag header you received from a previous GET or PUT
request. |
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
ETag header you received from a previous GET or PUT
request. |
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 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 Object
Object.toString()
public DeleteCloudFrontOriginAccessIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.