Package com.amazonaws.services.waf.model
Class GetSizeConstraintSetResult
java.lang.Object
com.amazonaws.services.waf.model.GetSizeConstraintSetResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the SizeConstraintSet that you specified in theGetSizeConstraintSet
request.int
hashCode()
void
setSizeConstraintSet
(SizeConstraintSet sizeConstraintSet) Information about the SizeConstraintSet that you specified in theGetSizeConstraintSet
request.toString()
Returns a string representation of this object; useful for testing and debugging.withSizeConstraintSet
(SizeConstraintSet sizeConstraintSet) Information about the SizeConstraintSet that you specified in theGetSizeConstraintSet
request.
-
Constructor Details
-
GetSizeConstraintSetResult
public GetSizeConstraintSetResult()
-
-
Method Details
-
setSizeConstraintSet
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSet
request. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId
,SizeConstraints
, andName
SizeConstraints
: Contains an array of SizeConstraint objects. EachSizeConstraint
object contains FieldToMatch,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- Parameters:
sizeConstraintSet
- Information about the SizeConstraintSet that you specified in theGetSizeConstraintSet
request. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId
,SizeConstraints
, andName
SizeConstraints
: Contains an array of SizeConstraint objects. EachSizeConstraint
object contains FieldToMatch,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSet: Contains
- SizeConstraintSet: Contains
-
getSizeConstraintSet
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSet
request. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId
,SizeConstraints
, andName
SizeConstraints
: Contains an array of SizeConstraint objects. EachSizeConstraint
object contains FieldToMatch,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- Returns:
- Information about the SizeConstraintSet that you specified
in the
GetSizeConstraintSet
request. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId
,SizeConstraints
, andName
SizeConstraints
: Contains an array of SizeConstraint objects. EachSizeConstraint
object contains FieldToMatch,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSet: Contains
- SizeConstraintSet: Contains
-
withSizeConstraintSet
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSet
request. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId
,SizeConstraints
, andName
SizeConstraints
: Contains an array of SizeConstraint objects. EachSizeConstraint
object contains FieldToMatch,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- Parameters:
sizeConstraintSet
- Information about the SizeConstraintSet that you specified in theGetSizeConstraintSet
request. For more information, see the following topics:- SizeConstraintSet: Contains
SizeConstraintSetId
,SizeConstraints
, andName
SizeConstraints
: Contains an array of SizeConstraint objects. EachSizeConstraint
object contains FieldToMatch,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
- SizeConstraintSet: Contains
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- SizeConstraintSet: Contains
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-