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()
boolean
TheChangeToken
that you used to submit theCreateIPSet
request.getIPSet()
The IPSet returned in theCreateIPSet
response.int
hashCode()
void
setChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateIPSet
request.void
The IPSet returned in theCreateIPSet
response.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateIPSet
request.The IPSet returned in theCreateIPSet
response.
-
Constructor Details
-
CreateIPSetResult
public CreateIPSetResult()
-
-
Method Details
-
setIPSet
The IPSet returned in the
CreateIPSet
response.- Parameters:
iPSet
- The IPSet returned in theCreateIPSet
response.
-
getIPSet
The IPSet returned in the
CreateIPSet
response.- Returns:
- The IPSet returned in the
CreateIPSet
response.
-
withIPSet
The IPSet returned in the
CreateIPSet
response.- Parameters:
iPSet
- The IPSet returned in theCreateIPSet
response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeToken
that you used to submit theCreateIPSet
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 theCreateIPSet
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 theCreateIPSet
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 theCreateIPSet
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 theCreateIPSet
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 theCreateIPSet
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
-