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