@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SizeConstraintSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
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.
The Id and Name of a SizeConstraintSet.
| Constructor and Description |
|---|
SizeConstraintSetSummary() |
| Modifier and Type | Method and Description |
|---|---|
SizeConstraintSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the
SizeConstraintSet, if any. |
String |
getSizeConstraintSetId()
A unique identifier for a
SizeConstraintSet. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the
SizeConstraintSet, if any. |
void |
setSizeConstraintSetId(String sizeConstraintSetId)
A unique identifier for a
SizeConstraintSet. |
String |
toString()
Returns a string representation of this object.
|
SizeConstraintSetSummary |
withName(String name)
The name of the
SizeConstraintSet, if any. |
SizeConstraintSetSummary |
withSizeConstraintSetId(String sizeConstraintSetId)
A unique identifier for a
SizeConstraintSet. |
public void setSizeConstraintSetId(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.
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.
public String getSizeConstraintSetId()
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 SizeConstraintSetSummary withSizeConstraintSetId(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.
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.
public void setName(String name)
The name of the SizeConstraintSet, if any.
name - The name of the SizeConstraintSet, if any.public String getName()
The name of the SizeConstraintSet, if any.
SizeConstraintSet, if any.public SizeConstraintSetSummary withName(String name)
The name of the SizeConstraintSet, if any.
name - The name of the SizeConstraintSet, if any.public String toString()
toString in class ObjectObject.toString()public SizeConstraintSetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.