@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 ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
ResponseHeadersPolicyConfig |
getResponseHeadersPolicyConfig ()
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.
|
int |
hashCode () |
void |
setResponseHeadersPolicyConfig (ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP 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 HTTP headers.
|
addHandlerContext, 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, withSdkRequestTimeout public CreateResponseHeadersPolicyRequest()
public void setResponseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.
responseHeadersPolicyConfig - Contains metadata about the response headers policy, and a set of configurations that specify the HTTP
headers.public ResponseHeadersPolicyConfig getResponseHeadersPolicyConfig()
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.
public CreateResponseHeadersPolicyRequest withResponseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.
responseHeadersPolicyConfig - Contains metadata about the response headers policy, and a set of configurations that specify the HTTP
headers.public String toString()
toString in class Object Object.toString() public CreateResponseHeadersPolicyRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()