Package com.amazonaws.services.waf.model
Class CreateWebACLResult
java.lang.Object
com.amazonaws.services.waf.model.CreateWebACLResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
TheChangeToken
that you used to submit theCreateWebACL
request.The WebACL returned in theCreateWebACL
response.int
hashCode()
void
setChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateWebACL
request.void
The WebACL returned in theCreateWebACL
response.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateWebACL
request.withWebACL
(WebACL webACL) The WebACL returned in theCreateWebACL
response.
-
Constructor Details
-
CreateWebACLResult
public CreateWebACLResult()
-
-
Method Details
-
setWebACL
The WebACL returned in the
CreateWebACL
response.- Parameters:
webACL
- The WebACL returned in theCreateWebACL
response.
-
getWebACL
The WebACL returned in the
CreateWebACL
response.- Returns:
- The WebACL returned in the
CreateWebACL
response.
-
withWebACL
The WebACL returned in the
CreateWebACL
response.- Parameters:
webACL
- The WebACL returned in theCreateWebACL
response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeToken
that you used to submit theCreateWebACL
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 theCreateWebACL
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 theCreateWebACL
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 theCreateWebACL
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 theCreateWebACL
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 theCreateWebACL
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
-