Package com.amazonaws.services.waf.model
Class GetSizeConstraintSetResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.GetSizeConstraintSetResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetSizeConstraintSetResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetSizeConstraintSetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSizeConstraintSetResultclone()booleanequals(Object obj)SizeConstraintSetgetSizeConstraintSet()Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.inthashCode()voidsetSizeConstraintSet(SizeConstraintSet sizeConstraintSet)Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetSizeConstraintSetResultwithSizeConstraintSet(SizeConstraintSet sizeConstraintSet)Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.
-
-
-
Method Detail
-
setSizeConstraintSet
public void setSizeConstraintSet(SizeConstraintSet sizeConstraintSet)
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSetrequest. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize- FieldToMatch: Contains
DataandType
- Parameters:
sizeConstraintSet- Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize- FieldToMatch: Contains
DataandType
- SizeConstraintSet: Contains
- SizeConstraintSet: Contains
-
getSizeConstraintSet
public SizeConstraintSet getSizeConstraintSet()
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSetrequest. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize- FieldToMatch: Contains
DataandType
- Returns:
- Information about the SizeConstraintSet that you specified
in the
GetSizeConstraintSetrequest. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize- FieldToMatch: Contains
DataandType
- SizeConstraintSet: Contains
- SizeConstraintSet: Contains
-
withSizeConstraintSet
public GetSizeConstraintSetResult withSizeConstraintSet(SizeConstraintSet sizeConstraintSet)
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSetrequest. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize- FieldToMatch: Contains
DataandType
- Parameters:
sizeConstraintSet- Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize- FieldToMatch: Contains
DataandType
- SizeConstraintSet: Contains
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- SizeConstraintSet: Contains
-
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 GetSizeConstraintSetResult clone()
-
-