Package com.amazonaws.services.waf.model
Class GetChangeTokenResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.GetChangeTokenResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetChangeTokenResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetChangeTokenResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetChangeTokenResultclone()booleanequals(Object obj)StringgetChangeToken()TheChangeTokenthat you used in the request.inthashCode()voidsetChangeToken(String changeToken)TheChangeTokenthat you used in the request.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetChangeTokenResultwithChangeToken(String changeToken)TheChangeTokenthat you used in the request.
-
-
-
Method Detail
-
setChangeToken
public void setChangeToken(String changeToken)
The
ChangeTokenthat you used in the request. Use this value in aGetChangeTokenStatusrequest to get the current status of the request.- Parameters:
changeToken- TheChangeTokenthat you used in the request. Use this value in aGetChangeTokenStatusrequest to get the current status of the request.
-
getChangeToken
public String getChangeToken()
The
ChangeTokenthat you used in the request. Use this value in aGetChangeTokenStatusrequest to get the current status of the request.- Returns:
- The
ChangeTokenthat you used in the request. Use this value in aGetChangeTokenStatusrequest to get the current status of the request.
-
withChangeToken
public GetChangeTokenResult withChangeToken(String changeToken)
The
ChangeTokenthat you used in the request. Use this value in aGetChangeTokenStatusrequest to get the current status of the request.- Parameters:
changeToken- TheChangeTokenthat you used in the request. Use this value in aGetChangeTokenStatusrequest to get the current status of the request.- 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 GetChangeTokenResult clone()
-
-