@Generated(value="software.amazon.awssdk:codegen") public class SizeConstraintSetSummary extends Object implements StructuredPojo, ToCopyableBuilder<SizeConstraintSetSummary.Builder,SizeConstraintSetSummary>
The Id and Name of a SizeConstraintSet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SizeConstraintSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SizeConstraintSetSummary.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()
The name of the
SizeConstraintSet, if any. |
static Class<? extends SizeConstraintSetSummary.Builder> |
serializableBuilderClass() |
String |
sizeConstraintSetId()
A unique identifier for a
SizeConstraintSet. |
SizeConstraintSetSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String sizeConstraintSetId()
A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get
information about a SizeConstraintSet (see GetSizeConstraintSet), update a
SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into
a Rule or delete one from a Rule (see UpdateRule), and delete a
SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).
SizeConstraintSetId is returned by CreateSizeConstraintSet and by
ListSizeConstraintSets.
SizeConstraintSet. You use SizeConstraintSetId to get
information about a SizeConstraintSet (see GetSizeConstraintSet), update a
SizeConstraintSet (see UpdateSizeConstraintSet), insert a
SizeConstraintSet into a Rule or delete one from a Rule (see
UpdateRule), and delete a SizeConstraintSet from AWS WAF (see
DeleteSizeConstraintSet).
SizeConstraintSetId is returned by CreateSizeConstraintSet and by
ListSizeConstraintSets.
public String name()
The name of the SizeConstraintSet, if any.
SizeConstraintSet, if any.public SizeConstraintSetSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SizeConstraintSetSummary.Builder,SizeConstraintSetSummary>public static SizeConstraintSetSummary.Builder builder()
public static Class<? extends SizeConstraintSetSummary.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.