@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegexMatchSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returned by ListRegexMatchSets. Each RegexMatchSetSummary object includes the Name
and RegexMatchSetId for one RegexMatchSet.
| Constructor and Description |
|---|
RegexMatchSetSummary() |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A friendly name or description of the RegexMatchSet.
|
String |
getRegexMatchSetId()
The
RegexMatchSetId for a RegexMatchSet. |
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 RegexMatchSet.
|
void |
setRegexMatchSetId(String regexMatchSetId)
The
RegexMatchSetId for a RegexMatchSet. |
String |
toString()
Returns a string representation of this object.
|
RegexMatchSetSummary |
withName(String name)
A friendly name or description of the RegexMatchSet.
|
RegexMatchSetSummary |
withRegexMatchSetId(String regexMatchSetId)
The
RegexMatchSetId for a RegexMatchSet. |
public void setRegexMatchSetId(String regexMatchSetId)
The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get
information about a RegexMatchSet, update a RegexMatchSet, remove a
RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF.
RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
regexMatchSetId - The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to
get information about a RegexMatchSet, update a RegexMatchSet, remove a
RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS
WAF.
RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
public String getRegexMatchSetId()
The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get
information about a RegexMatchSet, update a RegexMatchSet, remove a
RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF.
RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId
to get information about a RegexMatchSet, update a RegexMatchSet, remove a
RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS
WAF.
RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
public RegexMatchSetSummary withRegexMatchSetId(String regexMatchSetId)
The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get
information about a RegexMatchSet, update a RegexMatchSet, remove a
RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF.
RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
regexMatchSetId - The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to
get information about a RegexMatchSet, update a RegexMatchSet, remove a
RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS
WAF.
RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
public void setName(String name)
A friendly name or description of the RegexMatchSet. You can't change Name after you create a
RegexMatchSet.
name - A friendly name or description of the RegexMatchSet. You can't change Name after you
create a RegexMatchSet.public String getName()
A friendly name or description of the RegexMatchSet. You can't change Name after you create a
RegexMatchSet.
Name after you
create a RegexMatchSet.public RegexMatchSetSummary withName(String name)
A friendly name or description of the RegexMatchSet. You can't change Name after you create a
RegexMatchSet.
name - A friendly name or description of the RegexMatchSet. You can't change Name after you
create a RegexMatchSet.public String toString()
toString in class ObjectObject.toString()public RegexMatchSetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.