@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRuleGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateRuleGroupResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleGroupResult |
clone () |
boolean |
equals (Object obj) |
String |
getChangeToken ()
The
ChangeToken that you used to submit the UpdateRuleGroup request. |
int |
hashCode () |
void |
setChangeToken (String changeToken)
The
ChangeToken that you used to submit the UpdateRuleGroup request. |
String |
toString ()
Returns a string representation of this object.
|
UpdateRuleGroupResult |
withChangeToken (String changeToken)
The
ChangeToken that you used to submit the UpdateRuleGroup request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateRuleGroupResult()
public void setChangeToken(String changeToken)
The ChangeToken that you used to submit the UpdateRuleGroup 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 UpdateRuleGroup 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 UpdateRuleGroup 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 UpdateRuleGroup request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.public UpdateRuleGroupResult withChangeToken(String changeToken)
The ChangeToken that you used to submit the UpdateRuleGroup 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 UpdateRuleGroup 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 Object Object.toString() public UpdateRuleGroupResult clone()