Package com.amazonaws.services.waf.model
Class CreateIPSetResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.CreateIPSetResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateIPSetResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateIPSetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateIPSetResultclone()booleanequals(Object obj)StringgetChangeToken()TheChangeTokenthat you used to submit theCreateIPSetrequest.IPSetgetIPSet()The IPSet returned in theCreateIPSetresponse.inthashCode()voidsetChangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateIPSetrequest.voidsetIPSet(IPSet iPSet)The IPSet returned in theCreateIPSetresponse.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateIPSetResultwithChangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateIPSetrequest.CreateIPSetResultwithIPSet(IPSet iPSet)The IPSet returned in theCreateIPSetresponse.
-
-
-
Method Detail
-
setIPSet
public void setIPSet(IPSet iPSet)
The IPSet returned in the
CreateIPSetresponse.- Parameters:
iPSet- The IPSet returned in theCreateIPSetresponse.
-
getIPSet
public IPSet getIPSet()
The IPSet returned in the
CreateIPSetresponse.- Returns:
- The IPSet returned in the
CreateIPSetresponse.
-
withIPSet
public CreateIPSetResult withIPSet(IPSet iPSet)
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
public void setChangeToken(String changeToken)
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
public String 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
public CreateIPSetResult withChangeToken(String changeToken)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateIPSetResult clone()
-
-