@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateWebACLRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateWebACLRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateWebACLRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateWebACLRequest |
withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed.
resourceArn - The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed.public String getResourceArn()
The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed.
public DisassociateWebACLRequest withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed.
resourceArn - The ARN (Amazon Resource Name) of the resource from which the web ACL is being removed.public String toString()
toString in class ObjectObject.toString()public DisassociateWebACLRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.