@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResponseHeadersPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteResponseHeadersPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteResponseHeadersPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier for the response headers policy that you are deleting.
|
String |
getIfMatch()
The version of the response headers policy that you are deleting.
|
int |
hashCode() |
void |
setId(String id)
The identifier for the response headers policy that you are deleting.
|
void |
setIfMatch(String ifMatch)
The version of the response headers policy that you are deleting.
|
String |
toString()
Returns a string representation of this object.
|
DeleteResponseHeadersPolicyRequest |
withId(String id)
The identifier for the response headers policy that you are deleting.
|
DeleteResponseHeadersPolicyRequest |
withIfMatch(String ifMatch)
The version of the response headers policy that you are deleting.
|
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 void setId(String id)
The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies
.
id
- The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies
.
public String getId()
The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies
.
To get the identifier, you can use ListResponseHeadersPolicies
.
public DeleteResponseHeadersPolicyRequest withId(String id)
The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies
.
id
- The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies
.
public void setIfMatch(String ifMatch)
The version of the response headers policy that you are deleting.
The version is the response headers policy's ETag
value, which you can get using
ListResponseHeadersPolicies
, GetResponseHeadersPolicy
, or
GetResponseHeadersPolicyConfig
.
ifMatch
- The version of the response headers policy that you are deleting.
The version is the response headers policy's ETag
value, which you can get using
ListResponseHeadersPolicies
, GetResponseHeadersPolicy
, or
GetResponseHeadersPolicyConfig
.
public String getIfMatch()
The version of the response headers policy that you are deleting.
The version is the response headers policy's ETag
value, which you can get using
ListResponseHeadersPolicies
, GetResponseHeadersPolicy
, or
GetResponseHeadersPolicyConfig
.
The version is the response headers policy's ETag
value, which you can get using
ListResponseHeadersPolicies
, GetResponseHeadersPolicy
, or
GetResponseHeadersPolicyConfig
.
public DeleteResponseHeadersPolicyRequest withIfMatch(String ifMatch)
The version of the response headers policy that you are deleting.
The version is the response headers policy's ETag
value, which you can get using
ListResponseHeadersPolicies
, GetResponseHeadersPolicy
, or
GetResponseHeadersPolicyConfig
.
ifMatch
- The version of the response headers policy that you are deleting.
The version is the response headers policy's ETag
value, which you can get using
ListResponseHeadersPolicies
, GetResponseHeadersPolicy
, or
GetResponseHeadersPolicyConfig
.
public String toString()
toString
in class Object
Object.toString()
public DeleteResponseHeadersPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()