@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRuleGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRuleGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRuleGroupResult |
clone() |
boolean |
equals(Object obj) |
RuleGroup |
getRuleGroup()
Information about the RuleGroup that you specified in the
GetRuleGroup request. |
int |
hashCode() |
void |
setRuleGroup(RuleGroup ruleGroup)
Information about the RuleGroup that you specified in the
GetRuleGroup request. |
String |
toString()
Returns a string representation of this object.
|
GetRuleGroupResult |
withRuleGroup(RuleGroup ruleGroup)
Information about the RuleGroup that you specified in the
GetRuleGroup request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRuleGroup(RuleGroup ruleGroup)
Information about the RuleGroup that you specified in the GetRuleGroup request.
ruleGroup - Information about the RuleGroup that you specified in the GetRuleGroup request.public RuleGroup getRuleGroup()
Information about the RuleGroup that you specified in the GetRuleGroup request.
GetRuleGroup request.public GetRuleGroupResult withRuleGroup(RuleGroup ruleGroup)
Information about the RuleGroup that you specified in the GetRuleGroup request.
ruleGroup - Information about the RuleGroup that you specified in the GetRuleGroup request.public String toString()
toString in class ObjectObject.toString()public GetRuleGroupResult clone()