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