@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains the identifier and the friendly name or description of the RuleGroup
.
Constructor and Description |
---|
RuleGroupSummary() |
Modifier and Type | Method and Description |
---|---|
RuleGroupSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A friendly name or description of the RuleGroup.
|
String |
getRuleGroupId()
A unique identifier for a
RuleGroup . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
A friendly name or description of the RuleGroup.
|
void |
setRuleGroupId(String ruleGroupId)
A unique identifier for a
RuleGroup . |
String |
toString()
Returns a string representation of this object.
|
RuleGroupSummary |
withName(String name)
A friendly name or description of the RuleGroup.
|
RuleGroupSummary |
withRuleGroupId(String ruleGroupId)
A unique identifier for a
RuleGroup . |
public void setRuleGroupId(String ruleGroupId)
A unique identifier for a RuleGroup
. You use RuleGroupId
to get more information about
a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see UpdateRuleGroup),
insert a RuleGroup
into a WebACL
or delete one from a WebACL
(see
UpdateWebACL), or delete a RuleGroup
from AWS WAF (see DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
ruleGroupId
- A unique identifier for a RuleGroup
. You use RuleGroupId
to get more information
about a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see
UpdateRuleGroup), insert a RuleGroup
into a WebACL
or delete one from a
WebACL
(see UpdateWebACL), or delete a RuleGroup
from AWS WAF (see
DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
public String getRuleGroupId()
A unique identifier for a RuleGroup
. You use RuleGroupId
to get more information about
a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see UpdateRuleGroup),
insert a RuleGroup
into a WebACL
or delete one from a WebACL
(see
UpdateWebACL), or delete a RuleGroup
from AWS WAF (see DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
RuleGroup
. You use RuleGroupId
to get more
information about a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see UpdateRuleGroup), insert a RuleGroup
into a WebACL
or delete one
from a WebACL
(see UpdateWebACL), or delete a RuleGroup
from AWS WAF
(see DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
public RuleGroupSummary withRuleGroupId(String ruleGroupId)
A unique identifier for a RuleGroup
. You use RuleGroupId
to get more information about
a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see UpdateRuleGroup),
insert a RuleGroup
into a WebACL
or delete one from a WebACL
(see
UpdateWebACL), or delete a RuleGroup
from AWS WAF (see DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
ruleGroupId
- A unique identifier for a RuleGroup
. You use RuleGroupId
to get more information
about a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see
UpdateRuleGroup), insert a RuleGroup
into a WebACL
or delete one from a
WebACL
(see UpdateWebACL), or delete a RuleGroup
from AWS WAF (see
DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
public void setName(String name)
A friendly name or description of the RuleGroup. You can't change the name of a RuleGroup
after you create it.
name
- A friendly name or description of the RuleGroup. You can't change the name of a
RuleGroup
after you create it.public String getName()
A friendly name or description of the RuleGroup. You can't change the name of a RuleGroup
after you create it.
RuleGroup
after you create it.public RuleGroupSummary withName(String name)
A friendly name or description of the RuleGroup. You can't change the name of a RuleGroup
after you create it.
name
- A friendly name or description of the RuleGroup. You can't change the name of a
RuleGroup
after you create it.public String toString()
toString
in class Object
Object.toString()
public RuleGroupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.