Package com.amazonaws.services.waf.model
Class GetChangeTokenResult
java.lang.Object
com.amazonaws.services.waf.model.GetChangeTokenResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTheChangeTokenthat you used in the request.inthashCode()voidsetChangeToken(String changeToken) TheChangeTokenthat you used in the request.toString()Returns a string representation of this object; useful for testing and debugging.withChangeToken(String changeToken) TheChangeTokenthat you used in the request.
-
Constructor Details
-
GetChangeTokenResult
public GetChangeTokenResult()
-
-
Method Details
-
setChangeToken
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-