@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateWebACLRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateWebACLRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateWebACLRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceArn()
The ARN (Amazon Resource Name) of the resource to be protected.
|
String |
getWebACLId()
A unique identifier (ID) for the web ACL.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource to be protected.
|
void |
setWebACLId(String webACLId)
A unique identifier (ID) for the web ACL.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateWebACLRequest |
withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource to be protected.
|
AssociateWebACLRequest |
withWebACLId(String webACLId)
A unique identifier (ID) for the web ACL.
|
addHandlerContext, 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 setWebACLId(String webACLId)
A unique identifier (ID) for the web ACL.
webACLId - A unique identifier (ID) for the web ACL.public String getWebACLId()
A unique identifier (ID) for the web ACL.
public AssociateWebACLRequest withWebACLId(String webACLId)
A unique identifier (ID) for the web ACL.
webACLId - A unique identifier (ID) for the web ACL.public void setResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource to be protected.
resourceArn - The ARN (Amazon Resource Name) of the resource to be protected.public String getResourceArn()
The ARN (Amazon Resource Name) of the resource to be protected.
public AssociateWebACLRequest withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource to be protected.
resourceArn - The ARN (Amazon Resource Name) of the resource to be protected.public String toString()
toString in class ObjectObject.toString()public AssociateWebACLRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.