|
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.UpdateCloudFrontOriginAccessIdentityRequest
public class UpdateCloudFrontOriginAccessIdentityRequest
Container for the parameters to the UpdateCloudFrontOriginAccessIdentity operation.
Update an origin access identity.
AmazonCloudFront.updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest),
Serialized Form| Constructor Summary | |
|---|---|
UpdateCloudFrontOriginAccessIdentityRequest()
Default constructor for a new UpdateCloudFrontOriginAccessIdentityRequest object. |
|
UpdateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig,
String id,
String ifMatch)
Constructs a new UpdateCloudFrontOriginAccessIdentityRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
CloudFrontOriginAccessIdentityConfig |
getCloudFrontOriginAccessIdentityConfig()
The identity's configuration information. |
String |
getId()
The identity's id. |
String |
getIfMatch()
The value of the ETag header you received when retrieving the identity's configuration. |
int |
hashCode()
|
void |
setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information. |
void |
setId(String id)
The identity's id. |
void |
setIfMatch(String ifMatch)
The value of the ETag header you received when retrieving the identity's configuration. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateCloudFrontOriginAccessIdentityRequest |
withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information. |
UpdateCloudFrontOriginAccessIdentityRequest |
withId(String id)
The identity's id. |
UpdateCloudFrontOriginAccessIdentityRequest |
withIfMatch(String ifMatch)
The value of the ETag header you received when retrieving the identity's configuration. |
| 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 UpdateCloudFrontOriginAccessIdentityRequest()
public UpdateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig,
String id,
String ifMatch)
cloudFrontOriginAccessIdentityConfig - The identity's
configuration information.id - The identity's id.ifMatch - The value of the ETag header you received when
retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.| Method Detail |
|---|
public CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig()
public void setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
cloudFrontOriginAccessIdentityConfig - The identity's configuration information.public UpdateCloudFrontOriginAccessIdentityRequest withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
Returns a reference to this object so that method calls can be chained together.
cloudFrontOriginAccessIdentityConfig - The identity's configuration information.
public String getId()
public void setId(String id)
id - The identity's id.public UpdateCloudFrontOriginAccessIdentityRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The identity's id.
public String getIfMatch()
public void setIfMatch(String ifMatch)
ifMatch - The value of the ETag header you received when retrieving the
identity's configuration. For example: E2QWRUHAPOMQZL.public UpdateCloudFrontOriginAccessIdentityRequest 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 when retrieving the
identity's configuration. 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 | ||||||