public class UpdateCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
CloudFrontOriginAccessIdentityConfig |
getCloudFrontOriginAccessIdentityConfig() |
String |
getId() |
String |
getIfMatch() |
int |
hashCode() |
void |
setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig) |
void |
setId(String id) |
void |
setIfMatch(String ifMatch) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateCloudFrontOriginAccessIdentityRequest |
withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig) |
UpdateCloudFrontOriginAccessIdentityRequest |
withId(String id) |
UpdateCloudFrontOriginAccessIdentityRequest |
withIfMatch(String ifMatch) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateCloudFrontOriginAccessIdentityRequest()
public UpdateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig, String id, String ifMatch)
cloudFrontOriginAccessIdentityConfig - id - ifMatch - public void setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
cloudFrontOriginAccessIdentityConfig - public CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig()
public UpdateCloudFrontOriginAccessIdentityRequest withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
cloudFrontOriginAccessIdentityConfig - public void setId(String id)
id - public String getId()
public UpdateCloudFrontOriginAccessIdentityRequest withId(String id)
id - public void setIfMatch(String ifMatch)
ifMatch - public String getIfMatch()
public UpdateCloudFrontOriginAccessIdentityRequest withIfMatch(String ifMatch)
ifMatch - public String toString()
toString in class ObjectObject.toString()public UpdateCloudFrontOriginAccessIdentityRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.