@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegexPatternSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returned by ListRegexPatternSets. Each RegexPatternSetSummary object includes the
Name and RegexPatternSetId for one RegexPatternSet.
| Constructor and Description |
|---|
RegexPatternSetSummary() |
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A friendly name or description of the RegexPatternSet.
|
String |
getRegexPatternSetId()
The
RegexPatternSetId for a RegexPatternSet. |
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 RegexPatternSet.
|
void |
setRegexPatternSetId(String regexPatternSetId)
The
RegexPatternSetId for a RegexPatternSet. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RegexPatternSetSummary |
withName(String name)
A friendly name or description of the RegexPatternSet.
|
RegexPatternSetSummary |
withRegexPatternSetId(String regexPatternSetId)
The
RegexPatternSetId for a RegexPatternSet. |
public void setRegexPatternSetId(String regexPatternSetId)
The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId to
get information about a RegexPatternSet, update a RegexPatternSet, remove a
RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet from
AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
regexPatternSetId - The RegexPatternSetId for a RegexPatternSet. You use
RegexPatternSetId to get information about a RegexPatternSet, update a
RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet, and
delete a RegexPatternSet from AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
public String getRegexPatternSetId()
The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId to
get information about a RegexPatternSet, update a RegexPatternSet, remove a
RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet from
AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
RegexPatternSetId for a RegexPatternSet. You use
RegexPatternSetId to get information about a RegexPatternSet, update a
RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet,
and delete a RegexPatternSet from AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
public RegexPatternSetSummary withRegexPatternSetId(String regexPatternSetId)
The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId to
get information about a RegexPatternSet, update a RegexPatternSet, remove a
RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet from
AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
regexPatternSetId - The RegexPatternSetId for a RegexPatternSet. You use
RegexPatternSetId to get information about a RegexPatternSet, update a
RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet, and
delete a RegexPatternSet from AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
public void setName(String name)
A friendly name or description of the RegexPatternSet. You can't change Name after you create
a RegexPatternSet.
name - A friendly name or description of the RegexPatternSet. You can't change Name after you
create a RegexPatternSet.public String getName()
A friendly name or description of the RegexPatternSet. You can't change Name after you create
a RegexPatternSet.
Name after
you create a RegexPatternSet.public RegexPatternSetSummary withName(String name)
A friendly name or description of the RegexPatternSet. You can't change Name after you create
a RegexPatternSet.
name - A friendly name or description of the RegexPatternSet. You can't change Name after you
create a RegexPatternSet.public String toString()
toString in class ObjectObject.toString()public RegexPatternSetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.