Class SizeConstraintSetSummary
- java.lang.Object
-
- com.amazonaws.services.waf.model.SizeConstraintSetSummary
-
- All Implemented Interfaces:
Serializable,Cloneable
public class SizeConstraintSetSummary extends Object implements Serializable, Cloneable
The
IdandNameof aSizeConstraintSet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SizeConstraintSetSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SizeConstraintSetSummaryclone()booleanequals(Object obj)StringgetName()The name of theSizeConstraintSet, if any.StringgetSizeConstraintSetId()A unique identifier for aSizeConstraintSet.inthashCode()voidsetName(String name)The name of theSizeConstraintSet, if any.voidsetSizeConstraintSetId(String sizeConstraintSetId)A unique identifier for aSizeConstraintSet.StringtoString()Returns a string representation of this object; useful for testing and debugging.SizeConstraintSetSummarywithName(String name)The name of theSizeConstraintSet, if any.SizeConstraintSetSummarywithSizeConstraintSetId(String sizeConstraintSetId)A unique identifier for aSizeConstraintSet.
-
-
-
Method Detail
-
setSizeConstraintSetId
public void setSizeConstraintSetId(String sizeConstraintSetId)
A unique identifier for a
SizeConstraintSet. You useSizeConstraintSetIdto get information about aSizeConstraintSet(see GetSizeConstraintSet), update aSizeConstraintSet(see UpdateSizeConstraintSet), insert aSizeConstraintSetinto aRuleor delete one from aRule(see UpdateRule), and delete aSizeConstraintSetfrom AWS WAF (see DeleteSizeConstraintSet).SizeConstraintSetIdis returned by CreateSizeConstraintSet and by ListSizeConstraintSets.- Parameters:
sizeConstraintSetId- A unique identifier for aSizeConstraintSet. You useSizeConstraintSetIdto get information about aSizeConstraintSet(see GetSizeConstraintSet), update aSizeConstraintSet(see UpdateSizeConstraintSet), insert aSizeConstraintSetinto aRuleor delete one from aRule(see UpdateRule), and delete aSizeConstraintSetfrom AWS WAF (see DeleteSizeConstraintSet).SizeConstraintSetIdis returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
-
getSizeConstraintSetId
public String getSizeConstraintSetId()
A unique identifier for a
SizeConstraintSet. You useSizeConstraintSetIdto get information about aSizeConstraintSet(see GetSizeConstraintSet), update aSizeConstraintSet(see UpdateSizeConstraintSet), insert aSizeConstraintSetinto aRuleor delete one from aRule(see UpdateRule), and delete aSizeConstraintSetfrom AWS WAF (see DeleteSizeConstraintSet).SizeConstraintSetIdis returned by CreateSizeConstraintSet and by ListSizeConstraintSets.- Returns:
- A unique identifier for a
SizeConstraintSet. You useSizeConstraintSetIdto get information about aSizeConstraintSet(see GetSizeConstraintSet), update aSizeConstraintSet(see UpdateSizeConstraintSet), insert aSizeConstraintSetinto aRuleor delete one from aRule(see UpdateRule), and delete aSizeConstraintSetfrom AWS WAF (see DeleteSizeConstraintSet).SizeConstraintSetIdis returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
-
withSizeConstraintSetId
public SizeConstraintSetSummary withSizeConstraintSetId(String sizeConstraintSetId)
A unique identifier for a
SizeConstraintSet. You useSizeConstraintSetIdto get information about aSizeConstraintSet(see GetSizeConstraintSet), update aSizeConstraintSet(see UpdateSizeConstraintSet), insert aSizeConstraintSetinto aRuleor delete one from aRule(see UpdateRule), and delete aSizeConstraintSetfrom AWS WAF (see DeleteSizeConstraintSet).SizeConstraintSetIdis returned by CreateSizeConstraintSet and by ListSizeConstraintSets.- Parameters:
sizeConstraintSetId- A unique identifier for aSizeConstraintSet. You useSizeConstraintSetIdto get information about aSizeConstraintSet(see GetSizeConstraintSet), update aSizeConstraintSet(see UpdateSizeConstraintSet), insert aSizeConstraintSetinto aRuleor delete one from aRule(see UpdateRule), and delete aSizeConstraintSetfrom AWS WAF (see DeleteSizeConstraintSet).SizeConstraintSetIdis returned by CreateSizeConstraintSet and by ListSizeConstraintSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
public void setName(String name)
The name of the
SizeConstraintSet, if any.- Parameters:
name- The name of theSizeConstraintSet, if any.
-
getName
public String getName()
The name of the
SizeConstraintSet, if any.- Returns:
- The name of the
SizeConstraintSet, if any.
-
withName
public SizeConstraintSetSummary withName(String name)
The name of the
SizeConstraintSet, if any.- Parameters:
name- The name of theSizeConstraintSet, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SizeConstraintSetSummary clone()
-
-