StructuredPojo, ToCopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>@Generated("software.amazon.awssdk:codegen") public class ByteMatchSetSummary extends Object implements StructuredPojo, ToCopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>
Returned by ListByteMatchSets. Each ByteMatchSetSummary object includes the Name and
ByteMatchSetId for one ByteMatchSet.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ByteMatchSetSummary.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ByteMatchSetSummary.Builder |
builder() |
|
String |
byteMatchSetId() |
The
ByteMatchSetId for a ByteMatchSet. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name() |
A friendly name or description of the ByteMatchSet.
|
static Class<? extends ByteMatchSetSummary.Builder> |
serializableBuilderClass() |
|
ByteMatchSetSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String byteMatchSetId()
The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get
information about a ByteMatchSet, update a ByteMatchSet, remove a
ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.
ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to
get information about a ByteMatchSet, update a ByteMatchSet, remove a
ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS
WAF.
ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
public String name()
A friendly name or description of the ByteMatchSet. You can't change Name after you create a
ByteMatchSet.
Name after you
create a ByteMatchSet.public ByteMatchSetSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>public static ByteMatchSetSummary.Builder builder()
public static Class<? extends ByteMatchSetSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.