@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFirewallManagerRuleGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFirewallManagerRuleGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFirewallManagerRuleGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getWebACLArn()
The Amazon Resource Name (ARN) of the web ACL.
|
String |
getWebACLLockToken()
A token used for optimistic locking.
|
int |
hashCode() |
void |
setWebACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the web ACL.
|
void |
setWebACLLockToken(String webACLLockToken)
A token used for optimistic locking.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFirewallManagerRuleGroupsRequest |
withWebACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the web ACL.
|
DeleteFirewallManagerRuleGroupsRequest |
withWebACLLockToken(String webACLLockToken)
A token used for optimistic locking.
|
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 DeleteFirewallManagerRuleGroupsRequest()
public void setWebACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the web ACL.
webACLArn
- The Amazon Resource Name (ARN) of the web ACL.public String getWebACLArn()
The Amazon Resource Name (ARN) of the web ACL.
public DeleteFirewallManagerRuleGroupsRequest withWebACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the web ACL.
webACLArn
- The Amazon Resource Name (ARN) of the web ACL.public void setWebACLLockToken(String webACLLockToken)
A token used for optimistic locking. WAF returns a token to your get
and list
requests,
to mark the state of the entity at the time of the request. To make changes to the entity associated with the
token, you provide the token to operations like update
and delete
. WAF uses the token
to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made,
the update fails with a WAFOptimisticLockException
. If this happens, perform another
get
, and use the new token returned by that operation.
webACLLockToken
- A token used for optimistic locking. WAF returns a token to your get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity
associated with the token, you provide the token to operations like update
and
delete
. WAF uses the token to ensure that no changes have been made to the entity since you
last retrieved it. If a change has been made, the update fails with a
WAFOptimisticLockException
. If this happens, perform another get
, and use the
new token returned by that operation.public String getWebACLLockToken()
A token used for optimistic locking. WAF returns a token to your get
and list
requests,
to mark the state of the entity at the time of the request. To make changes to the entity associated with the
token, you provide the token to operations like update
and delete
. WAF uses the token
to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made,
the update fails with a WAFOptimisticLockException
. If this happens, perform another
get
, and use the new token returned by that operation.
get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity
associated with the token, you provide the token to operations like update
and
delete
. WAF uses the token to ensure that no changes have been made to the entity since you
last retrieved it. If a change has been made, the update fails with a
WAFOptimisticLockException
. If this happens, perform another get
, and use the
new token returned by that operation.public DeleteFirewallManagerRuleGroupsRequest withWebACLLockToken(String webACLLockToken)
A token used for optimistic locking. WAF returns a token to your get
and list
requests,
to mark the state of the entity at the time of the request. To make changes to the entity associated with the
token, you provide the token to operations like update
and delete
. WAF uses the token
to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made,
the update fails with a WAFOptimisticLockException
. If this happens, perform another
get
, and use the new token returned by that operation.
webACLLockToken
- A token used for optimistic locking. WAF returns a token to your get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity
associated with the token, you provide the token to operations like update
and
delete
. WAF uses the token to ensure that no changes have been made to the entity since you
last retrieved it. If a change has been made, the update fails with a
WAFOptimisticLockException
. If this happens, perform another get
, and use the
new token returned by that operation.public String toString()
toString
in class Object
Object.toString()
public DeleteFirewallManagerRuleGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()