public class UpdateCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable
UpdateCloudFrontOriginAccessIdentity operation.
Update an origin access identity.
| コンストラクタと説明 |
|---|
UpdateCloudFrontOriginAccessIdentityRequest()
Default constructor for a new UpdateCloudFrontOriginAccessIdentityRequest object.
|
UpdateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig,
java.lang.String id,
java.lang.String ifMatch)
Constructs a new UpdateCloudFrontOriginAccessIdentityRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
CloudFrontOriginAccessIdentityConfig |
getCloudFrontOriginAccessIdentityConfig()
The identity's configuration information.
|
java.lang.String |
getId()
The identity's id.
|
java.lang.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(java.lang.String id)
The identity's id.
|
void |
setIfMatch(java.lang.String ifMatch)
The value of the ETag header you received when retrieving the
identity's configuration.
|
java.lang.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(java.lang.String id)
The identity's id.
|
UpdateCloudFrontOriginAccessIdentityRequest |
withIfMatch(java.lang.String ifMatch)
The value of the ETag header you received when retrieving the
identity's configuration.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic UpdateCloudFrontOriginAccessIdentityRequest()
public UpdateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig, java.lang.String id, java.lang.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.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 java.lang.String getId()
public void setId(java.lang.String id)
id - The identity's id.public UpdateCloudFrontOriginAccessIdentityRequest withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
id - The identity's id.public java.lang.String getIfMatch()
public void setIfMatch(java.lang.String ifMatch)
ifMatch - The value of the ETag header you received when retrieving the
identity's configuration. For example: E2QWRUHAPOMQZL.public UpdateCloudFrontOriginAccessIdentityRequest withIfMatch(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object