public class UpdateCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private CloudFrontOriginAccessIdentityConfig |
cloudFrontOriginAccessIdentityConfig
The identity's configuration information.
|
private java.lang.String |
id
The identity's id.
|
private java.lang.String |
ifMatch
The value of the ETag header you received when retrieving the identity's
configuration.
|
NOOP
Constructor and Description |
---|
UpdateCloudFrontOriginAccessIdentityRequest()
Default constructor for UpdateCloudFrontOriginAccessIdentityRequest
object.
|
UpdateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig,
java.lang.String id,
java.lang.String ifMatch)
Constructs a new UpdateCloudFrontOriginAccessIdentityRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateCloudFrontOriginAccessIdentityRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig
private java.lang.String id
private java.lang.String ifMatch
public 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 void setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
cloudFrontOriginAccessIdentityConfig
- The identity's configuration information.public CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig()
public UpdateCloudFrontOriginAccessIdentityRequest withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
cloudFrontOriginAccessIdentityConfig
- The identity's configuration information.public void setId(java.lang.String id)
id
- The identity's id.public java.lang.String getId()
public UpdateCloudFrontOriginAccessIdentityRequest withId(java.lang.String id)
id
- The identity's id.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 java.lang.String getIfMatch()
public UpdateCloudFrontOriginAccessIdentityRequest withIfMatch(java.lang.String ifMatch)
ifMatch
- The value of the ETag header you received when retrieving the
identity's configuration. For example: E2QWRUHAPOMQZL.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateCloudFrontOriginAccessIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()