Class ByteMatchSetSummary
- All Implemented Interfaces:
Serializable
,Cloneable
Returned by ListByteMatchSets. Each ByteMatchSetSummary
object includes the Name
and ByteMatchSetId
for one
ByteMatchSet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
TheByteMatchSetId
for aByteMatchSet
.getName()
A friendly name or description of the ByteMatchSet.int
hashCode()
void
setByteMatchSetId
(String byteMatchSetId) TheByteMatchSetId
for aByteMatchSet
.void
A friendly name or description of the ByteMatchSet.toString()
Returns a string representation of this object; useful for testing and debugging.withByteMatchSetId
(String byteMatchSetId) TheByteMatchSetId
for aByteMatchSet
.A friendly name or description of the ByteMatchSet.
-
Constructor Details
-
ByteMatchSetSummary
public ByteMatchSetSummary()
-
-
Method Details
-
setByteMatchSetId
The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.- Parameters:
byteMatchSetId
- TheByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
-
getByteMatchSetId
The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.- Returns:
- The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
-
withByteMatchSetId
The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.- Parameters:
byteMatchSetId
- TheByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
A friendly name or description of the ByteMatchSet. You can't change
Name
after you create aByteMatchSet
.- Parameters:
name
- A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.
-
getName
A friendly name or description of the ByteMatchSet. You can't change
Name
after you create aByteMatchSet
.- Returns:
- A friendly name or description of the ByteMatchSet. You
can't change
Name
after you create aByteMatchSet
.
-
withName
A friendly name or description of the ByteMatchSet. You can't change
Name
after you create aByteMatchSet
.- Parameters:
name
- A friendly name or description of the ByteMatchSet. You can't changeName
after you create aByteMatchSet
.- 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
-