@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRuleGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteRuleGroupResult() |
Modifier and Type | Method and Description |
---|---|
DeleteRuleGroupResult |
clone() |
boolean |
equals(Object obj) |
RuleGroupResponse |
getRuleGroupResponse()
The high-level properties of a rule group.
|
int |
hashCode() |
void |
setRuleGroupResponse(RuleGroupResponse ruleGroupResponse)
The high-level properties of a rule group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRuleGroupResult |
withRuleGroupResponse(RuleGroupResponse ruleGroupResponse)
The high-level properties of a rule group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRuleGroupResponse(RuleGroupResponse ruleGroupResponse)
The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
ruleGroupResponse
- The high-level properties of a rule group. This, along with the RuleGroup, define the rule group.
You can retrieve all objects for a rule group by calling DescribeRuleGroup.public RuleGroupResponse getRuleGroupResponse()
The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
public DeleteRuleGroupResult withRuleGroupResponse(RuleGroupResponse ruleGroupResponse)
The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
ruleGroupResponse
- The high-level properties of a rule group. This, along with the RuleGroup, define the rule group.
You can retrieve all objects for a rule group by calling DescribeRuleGroup.public String toString()
toString
in class Object
Object.toString()
public DeleteRuleGroupResult clone()