Package com.amazonaws.services.waf.model
Class CreateRuleResult
java.lang.Object
com.amazonaws.services.waf.model.CreateRuleResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
TheChangeToken
that you used to submit theCreateRule
request.getRule()
The Rule returned in theCreateRule
response.int
hashCode()
void
setChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateRule
request.void
The Rule returned in theCreateRule
response.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateRule
request.The Rule returned in theCreateRule
response.
-
Constructor Details
-
CreateRuleResult
public CreateRuleResult()
-
-
Method Details
-
setRule
The Rule returned in the
CreateRule
response.- Parameters:
rule
- The Rule returned in theCreateRule
response.
-
getRule
The Rule returned in the
CreateRule
response.- Returns:
- The Rule returned in the
CreateRule
response.
-
withRule
The Rule returned in the
CreateRule
response.- Parameters:
rule
- The Rule returned in theCreateRule
response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
getChangeToken
The
ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- The
ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
withChangeToken
The
ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-