|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
public class DeleteCloudFrontOriginAccessIdentityRequest
Container for the parameters to the DeleteCloudFrontOriginAccessIdentity operation.
Delete an origin access identity.
AmazonCloudFront.deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteCloudFrontOriginAccessIdentityRequest()
Default constructor for a new DeleteCloudFrontOriginAccessIdentityRequest object. |
|
DeleteCloudFrontOriginAccessIdentityRequest(String id,
String ifMatch)
Constructs a new DeleteCloudFrontOriginAccessIdentityRequest object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The origin access identity's id.public DeleteCloudFrontOriginAccessIdentityRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The origin access identity's id.
public String getIfMatch()
public void setIfMatch(String ifMatch)
ifMatch - The value of the ETag header you received from a previous GET or PUT
request. For example: E2QWRUHAPOMQZL.public DeleteCloudFrontOriginAccessIdentityRequest withIfMatch(String ifMatch)
Returns a reference to this object so that method calls can be chained together.
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 int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||