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()
boolean
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.int
hashCode()
void
setByteMatchSet
(ByteMatchSet byteMatchSet) Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.toString()
Returns a string representation of this object; useful for testing and debugging.withByteMatchSet
(ByteMatchSet byteMatchSet) Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.
-
Constructor Details
-
GetByteMatchSetResult
public GetByteMatchSetResult()
-
-
Method Details
-
setByteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- Parameters:
byteMatchSet
- Information about the ByteMatchSet that you specified in theGetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSet: Contains
- ByteMatchSet: Contains
-
getByteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- Returns:
- Information about the ByteMatchSet that you specified in
the
GetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSet: Contains
- ByteMatchSet: Contains
-
withByteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- Parameters:
byteMatchSet
- Information about the ByteMatchSet that you specified in theGetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- 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
-