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()
boolean
TheChangeToken
that you used in the request.int
hashCode()
void
setChangeToken
(String changeToken) TheChangeToken
that you used in the request.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeToken
(String changeToken) TheChangeToken
that you used in the request.
-
Constructor Details
-
GetChangeTokenResult
public GetChangeTokenResult()
-
-
Method Details
-
setChangeToken
The
ChangeToken
that you used in the request. Use this value in aGetChangeTokenStatus
request to get the current status of the request.- Parameters:
changeToken
- TheChangeToken
that you used in the request. Use this value in aGetChangeTokenStatus
request to get the current status of the request.
-
getChangeToken
The
ChangeToken
that you used in the request. Use this value in aGetChangeTokenStatus
request to get the current status of the request.- Returns:
- The
ChangeToken
that you used in the request. Use this value in aGetChangeTokenStatus
request to get the current status of the request.
-
withChangeToken
The
ChangeToken
that you used in the request. Use this value in aGetChangeTokenStatus
request to get the current status of the request.- Parameters:
changeToken
- TheChangeToken
that you used in the request. Use this value in aGetChangeTokenStatus
request 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
-