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 GetChangeTokenResult
clone()
boolean
equals(Object obj)
String
getChangeToken()
TheChangeToken
that you used in the request.int
hashCode()
void
setChangeToken(String changeToken)
TheChangeToken
that you used in the request.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetChangeTokenResult
withChangeToken(String changeToken)
TheChangeToken
that you used in the request.
-
-
-
Method Detail
-
setChangeToken
public void setChangeToken(String changeToken)
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
public String 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
public GetChangeTokenResult withChangeToken(String changeToken)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetChangeTokenResult clone()
-
-