@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to update an origin access identity.
NOOP| Constructor and Description | 
|---|
UpdateCloudFrontOriginAccessIdentityRequest()
Default constructor for UpdateCloudFrontOriginAccessIdentityRequest object. 
 | 
UpdateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig,
                                           String id,
                                           String ifMatch)
Constructs a new UpdateCloudFrontOriginAccessIdentityRequest object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateCloudFrontOriginAccessIdentityRequest | 
clone()  | 
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 that 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 that you received when retrieving the identity's configuration. | 
String | 
toString()
Returns a string representation of this object. 
 | 
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 that you received when retrieving the identity's configuration. | 
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 that you received when retrieving the identity's configuration.
        For example: E2QWRUHAPOMQZL.public void setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information.
cloudFrontOriginAccessIdentityConfig - The identity's configuration information.public CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig()
The identity's configuration information.
public UpdateCloudFrontOriginAccessIdentityRequest withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information.
cloudFrontOriginAccessIdentityConfig - The identity's configuration information.public void setId(String id)
The identity's id.
id - The identity's id.public String getId()
The identity's id.
public UpdateCloudFrontOriginAccessIdentityRequest withId(String id)
The identity's id.
id - The identity's id.public void setIfMatch(String ifMatch)
 The value of the ETag header that you received when retrieving the identity's configuration. For
 example: E2QWRUHAPOMQZL.
 
ifMatch - The value of the ETag header that you received when retrieving the identity's configuration.
        For example: E2QWRUHAPOMQZL.public String getIfMatch()
 The value of the ETag header that you received when retrieving the identity's configuration. For
 example: E2QWRUHAPOMQZL.
 
ETag header that you received when retrieving the identity's configuration.
         For example: E2QWRUHAPOMQZL.public UpdateCloudFrontOriginAccessIdentityRequest withIfMatch(String ifMatch)
 The value of the ETag header that you received when retrieving the identity's configuration. For
 example: E2QWRUHAPOMQZL.
 
ifMatch - The value of the ETag header that you received when retrieving the identity's configuration.
        For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public UpdateCloudFrontOriginAccessIdentityRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.