@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCorsPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteCorsPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteCorsPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContainerName()
The name of the container to remove the policy from.
|
int |
hashCode() |
void |
setContainerName(String containerName)
The name of the container to remove the policy from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCorsPolicyRequest |
withContainerName(String containerName)
The name of the container to remove the policy from.
|
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 setContainerName(String containerName)
The name of the container to remove the policy from.
containerName
- The name of the container to remove the policy from.public String getContainerName()
The name of the container to remove the policy from.
public DeleteCorsPolicyRequest withContainerName(String containerName)
The name of the container to remove the policy from.
containerName
- The name of the container to remove the policy from.public String toString()
toString
in class Object
Object.toString()
public DeleteCorsPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()