Package com.amazonaws.services.waf.model
Class CreateIPSetResult
java.lang.Object
com.amazonaws.services.waf.model.CreateIPSetResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTheChangeTokenthat you used to submit theCreateIPSetrequest.getIPSet()The IPSet returned in theCreateIPSetresponse.inthashCode()voidsetChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateIPSetrequest.voidThe IPSet returned in theCreateIPSetresponse.toString()Returns a string representation of this object; useful for testing and debugging.withChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateIPSetrequest.The IPSet returned in theCreateIPSetresponse.
-
Constructor Details
-
CreateIPSetResult
public CreateIPSetResult()
-
-
Method Details
-
setIPSet
The IPSet returned in the
CreateIPSetresponse.- Parameters:
iPSet- The IPSet returned in theCreateIPSetresponse.
-
getIPSet
The IPSet returned in the
CreateIPSetresponse.- Returns:
- The IPSet returned in the
CreateIPSetresponse.
-
withIPSet
The IPSet returned in the
CreateIPSetresponse.- Parameters:
iPSet- The IPSet returned in theCreateIPSetresponse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeTokenthat you used to submit theCreateIPSetrequest. 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 theCreateIPSetrequest. 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 theCreateIPSetrequest. 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 theCreateIPSetrequest. 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 theCreateIPSetrequest. 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 theCreateIPSetrequest. 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
-