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()booleanTheChangeTokenthat you used to submit theCreateWebACLrequest.The WebACL returned in theCreateWebACLresponse.inthashCode()voidsetChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateWebACLrequest.voidThe WebACL returned in theCreateWebACLresponse.toString()Returns a string representation of this object; useful for testing and debugging.withChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateWebACLrequest.withWebACL(WebACL webACL) The WebACL returned in theCreateWebACLresponse.
-
Constructor Details
-
CreateWebACLResult
public CreateWebACLResult()
-
-
Method Details
-
setWebACL
The WebACL returned in the
CreateWebACLresponse.- Parameters:
webACL- The WebACL returned in theCreateWebACLresponse.
-
getWebACL
The WebACL returned in the
CreateWebACLresponse.- Returns:
- The WebACL returned in the
CreateWebACLresponse.
-
withWebACL
The WebACL returned in the
CreateWebACLresponse.- Parameters:
webACL- The WebACL returned in theCreateWebACLresponse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeTokenthat you used to submit theCreateWebACLrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken- TheChangeTokenthat you used to submit theCreateWebACLrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
getChangeToken
The
ChangeTokenthat you used to submit theCreateWebACLrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- The
ChangeTokenthat you used to submit theCreateWebACLrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
withChangeToken
The
ChangeTokenthat you used to submit theCreateWebACLrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken- TheChangeTokenthat you used to submit theCreateWebACLrequest. 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
-