@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) |
RuleGroupSummary |
getSummary()
High-level information about a RuleGroup, returned by operations like create and list.
|
int |
hashCode() |
void |
setSummary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list.
|
String |
toString()
Returns a string representation of this object.
|
CreateRuleGroupResult |
withSummary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSummary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a RuleGroup
, and the ARN, that you
provide to the RuleGroupReferenceStatement to use the rule group in a Rule.
summary
- High-level information about a RuleGroup, returned by operations like create and list. This
provides information like the ID, that you can use to retrieve and manage a RuleGroup
, and
the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a
Rule.public RuleGroupSummary getSummary()
High-level information about a RuleGroup, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a RuleGroup
, and the ARN, that you
provide to the RuleGroupReferenceStatement to use the rule group in a Rule.
RuleGroup
, and
the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a
Rule.public CreateRuleGroupResult withSummary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a RuleGroup
, and the ARN, that you
provide to the RuleGroupReferenceStatement to use the rule group in a Rule.
summary
- High-level information about a RuleGroup, returned by operations like create and list. This
provides information like the ID, that you can use to retrieve and manage a RuleGroup
, and
the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a
Rule.public String toString()
toString
in class Object
Object.toString()
public CreateRuleGroupResult clone()