@Generated(value="software.amazon.awssdk:codegen") public final class ByteMatchSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>
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 ListByteMatchSets. Each ByteMatchSetSummary object includes the Name and
ByteMatchSetId for one ByteMatchSet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ByteMatchSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ByteMatchSetSummary.Builder |
builder() |
String |
byteMatchSetId()
The
ByteMatchSetId for a ByteMatchSet. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A friendly name or description of the ByteMatchSet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ByteMatchSetSummary.Builder> |
serializableBuilderClass() |
ByteMatchSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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()
toBuilder in interface ToCopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>public static ByteMatchSetSummary.Builder builder()
public static Class<? extends ByteMatchSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.