@Generated(value="software.amazon.awssdk:codegen") public final class RegexMatchSetSummary extends Object implements StructuredPojo, ToCopyableBuilder<RegexMatchSetSummary.Builder,RegexMatchSetSummary>
Returned by ListRegexMatchSets. Each RegexMatchSetSummary
object includes the Name
and RegexMatchSetId
for one RegexMatchSet.
Modifier and Type | Class and Description |
---|---|
static interface |
RegexMatchSetSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static RegexMatchSetSummary.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
A friendly name or description of the RegexMatchSet.
|
String |
regexMatchSetId()
The
RegexMatchSetId for a RegexMatchSet . |
static Class<? extends RegexMatchSetSummary.Builder> |
serializableBuilderClass() |
RegexMatchSetSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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
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 name()
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RegexMatchSetSummary.Builder,RegexMatchSetSummary>
public static RegexMatchSetSummary.Builder builder()
public static Class<? extends RegexMatchSetSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.