@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResponseHeadersPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateResponseHeadersPolicyRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateResponseHeadersPolicyRequest | clone() | 
| boolean | equals(Object obj) | 
| ResponseHeadersPolicyConfig | getResponseHeadersPolicyConfig()
 Contains metadata about the response headers policy, and a set of configurations that specify the response
 headers. | 
| int | hashCode() | 
| void | setResponseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
 Contains metadata about the response headers policy, and a set of configurations that specify the response
 headers. | 
| String | toString()Returns a string representation of this object. | 
| CreateResponseHeadersPolicyRequest | withResponseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
 Contains metadata about the response headers policy, and a set of configurations that specify the response
 headers. | 
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 void setResponseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the response headers.
responseHeadersPolicyConfig - Contains metadata about the response headers policy, and a set of configurations that specify the response
        headers.public ResponseHeadersPolicyConfig getResponseHeadersPolicyConfig()
Contains metadata about the response headers policy, and a set of configurations that specify the response headers.
public CreateResponseHeadersPolicyRequest withResponseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the response headers.
responseHeadersPolicyConfig - Contains metadata about the response headers policy, and a set of configurations that specify the response
        headers.public String toString()
toString in class ObjectObject.toString()public CreateResponseHeadersPolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.