public class GetChangeTokenResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetChangeTokenResult() |
| Modifier and Type | Method and Description |
|---|---|
GetChangeTokenResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The
ChangeToken that you used in the request. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used in the request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetChangeTokenResult |
withChangeToken(String changeToken)
The
ChangeToken that you used in the request. |
public void setChangeToken(String changeToken)
The ChangeToken that you used in the request. Use this value
in a GetChangeTokenStatus request to get the current status
of the request.
changeToken - The ChangeToken that you used in the request. Use
this value in a GetChangeTokenStatus request to get
the current status of the request.public String getChangeToken()
The ChangeToken that you used in the request. Use this value
in a GetChangeTokenStatus request to get the current status
of the request.
ChangeToken that you used in the request. Use
this value in a GetChangeTokenStatus request to get
the current status of the request.public GetChangeTokenResult withChangeToken(String changeToken)
The ChangeToken that you used in the request. Use this value
in a GetChangeTokenStatus request to get the current status
of the request.
changeToken - The ChangeToken that you used in the request. Use
this value in a GetChangeTokenStatus request to get
the current status of the request.public String toString()
toString in class ObjectObject.toString()public GetChangeTokenResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.