Class ByteMatchSetUpdate
- All Implemented Interfaces:
Serializable
,Cloneable
In an UpdateByteMatchSet request, ByteMatchSetUpdate
specifies whether to insert or delete a ByteMatchTuple and includes
the settings for the ByteMatchTuple
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies whether to insert or delete a ByteMatchTuple.Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.int
hashCode()
void
setAction
(ChangeAction action) Specifies whether to insert or delete a ByteMatchTuple.void
Specifies whether to insert or delete a ByteMatchTuple.void
setByteMatchTuple
(ByteMatchTuple byteMatchTuple) Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.toString()
Returns a string representation of this object; useful for testing and debugging.withAction
(ChangeAction action) Specifies whether to insert or delete a ByteMatchTuple.withAction
(String action) Specifies whether to insert or delete a ByteMatchTuple.withByteMatchTuple
(ByteMatchTuple byteMatchTuple) Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.
-
Constructor Details
-
ByteMatchSetUpdate
public ByteMatchSetUpdate()
-
-
Method Details
-
setAction
Specifies whether to insert or delete a ByteMatchTuple.
- Parameters:
action
- Specifies whether to insert or delete a ByteMatchTuple.- See Also:
-
getAction
Specifies whether to insert or delete a ByteMatchTuple.
- Returns:
- Specifies whether to insert or delete a ByteMatchTuple.
- See Also:
-
withAction
Specifies whether to insert or delete a ByteMatchTuple.
- Parameters:
action
- Specifies whether to insert or delete a ByteMatchTuple.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAction
Specifies whether to insert or delete a ByteMatchTuple.
- Parameters:
action
- Specifies whether to insert or delete a ByteMatchTuple.- See Also:
-
withAction
Specifies whether to insert or delete a ByteMatchTuple.
- Parameters:
action
- Specifies whether to insert or delete a ByteMatchTuple.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setByteMatchTuple
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify
DELETE
for the value ofAction
, theByteMatchTuple
values must exactly match the values in theByteMatchTuple
that you want to delete from theByteMatchSet
.- Parameters:
byteMatchTuple
- Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specifyDELETE
for the value ofAction
, theByteMatchTuple
values must exactly match the values in theByteMatchTuple
that you want to delete from theByteMatchSet
.
-
getByteMatchTuple
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify
DELETE
for the value ofAction
, theByteMatchTuple
values must exactly match the values in theByteMatchTuple
that you want to delete from theByteMatchSet
.- Returns:
- Information about the part of a web request that you want AWS WAF
to inspect and the value that you want AWS WAF to search for. If
you specify
DELETE
for the value ofAction
, theByteMatchTuple
values must exactly match the values in theByteMatchTuple
that you want to delete from theByteMatchSet
.
-
withByteMatchTuple
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify
DELETE
for the value ofAction
, theByteMatchTuple
values must exactly match the values in theByteMatchTuple
that you want to delete from theByteMatchSet
.- Parameters:
byteMatchTuple
- Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specifyDELETE
for the value ofAction
, theByteMatchTuple
values must exactly match the values in theByteMatchTuple
that you want to delete from theByteMatchSet
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-