Package com.amazonaws.services.waf.model
Class GetByteMatchSetResult
java.lang.Object
com.amazonaws.services.waf.model.GetByteMatchSetResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the ByteMatchSet that you specified in theGetByteMatchSetrequest.inthashCode()voidsetByteMatchSet(ByteMatchSet byteMatchSet) Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.toString()Returns a string representation of this object; useful for testing and debugging.withByteMatchSet(ByteMatchSet byteMatchSet) Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.
-
Constructor Details
-
GetByteMatchSetResult
public GetByteMatchSetResult()
-
-
Method Details
-
setByteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- Parameters:
byteMatchSet- Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- ByteMatchSet: Contains
- ByteMatchSet: Contains
-
getByteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- Returns:
- Information about the ByteMatchSet that you specified in
the
GetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- ByteMatchSet: Contains
- ByteMatchSet: Contains
-
withByteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- Parameters:
byteMatchSet- Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- ByteMatchSet: Contains
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- ByteMatchSet: Contains
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-