public class ByteMatchSetSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Returned by ListByteMatchSets. Each ByteMatchSetSummary
object includes the Name
and ByteMatchSetId
for one
ByteMatchSet.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
byteMatchSetId
The
ByteMatchSetId for a ByteMatchSet . |
private java.lang.String |
name
A friendly name or description of the ByteMatchSet.
|
Constructor and Description |
---|
ByteMatchSetSummary() |
Modifier and Type | Method and Description |
---|---|
ByteMatchSetSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getByteMatchSetId()
The
ByteMatchSetId for a ByteMatchSet . |
java.lang.String |
getName()
A friendly name or description of the ByteMatchSet.
|
int |
hashCode() |
void |
setByteMatchSetId(java.lang.String byteMatchSetId)
The
ByteMatchSetId for a ByteMatchSet . |
void |
setName(java.lang.String name)
A friendly name or description of the ByteMatchSet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ByteMatchSetSummary |
withByteMatchSetId(java.lang.String byteMatchSetId)
The
ByteMatchSetId for a ByteMatchSet . |
ByteMatchSetSummary |
withName(java.lang.String name)
A friendly name or description of the ByteMatchSet.
|
private java.lang.String byteMatchSetId
The ByteMatchSetId
for a ByteMatchSet
. You use
ByteMatchSetId
to get information about a
ByteMatchSet
, update a ByteMatchSet
, remove a
ByteMatchSet
from a Rule
, and delete a
ByteMatchSet
from AWS WAF.
ByteMatchSetId
is returned by CreateByteMatchSet and
by ListByteMatchSets.
private java.lang.String name
A friendly name or description of the ByteMatchSet. You can't
change Name
after you create a ByteMatchSet
.
public void setByteMatchSetId(java.lang.String byteMatchSetId)
The ByteMatchSetId
for a ByteMatchSet
. You use
ByteMatchSetId
to get information about a
ByteMatchSet
, update a ByteMatchSet
, remove a
ByteMatchSet
from a Rule
, and delete a
ByteMatchSet
from AWS WAF.
ByteMatchSetId
is returned by CreateByteMatchSet and
by ListByteMatchSets.
byteMatchSetId
- The ByteMatchSetId
for a ByteMatchSet
.
You use ByteMatchSetId
to get information about a
ByteMatchSet
, update a ByteMatchSet
,
remove a ByteMatchSet
from a Rule
, and
delete a ByteMatchSet
from AWS WAF.
ByteMatchSetId
is returned by
CreateByteMatchSet and by ListByteMatchSets.
public java.lang.String getByteMatchSetId()
The ByteMatchSetId
for a ByteMatchSet
. You use
ByteMatchSetId
to get information about a
ByteMatchSet
, update a ByteMatchSet
, remove a
ByteMatchSet
from a Rule
, and delete a
ByteMatchSet
from AWS WAF.
ByteMatchSetId
is returned by CreateByteMatchSet and
by ListByteMatchSets.
ByteMatchSetId
for a ByteMatchSet
.
You use ByteMatchSetId
to get information about a
ByteMatchSet
, update a ByteMatchSet
,
remove a ByteMatchSet
from a Rule
, and
delete a ByteMatchSet
from AWS WAF.
ByteMatchSetId
is returned by
CreateByteMatchSet and by ListByteMatchSets.
public ByteMatchSetSummary withByteMatchSetId(java.lang.String byteMatchSetId)
The ByteMatchSetId
for a ByteMatchSet
. You use
ByteMatchSetId
to get information about a
ByteMatchSet
, update a ByteMatchSet
, remove a
ByteMatchSet
from a Rule
, and delete a
ByteMatchSet
from AWS WAF.
ByteMatchSetId
is returned by CreateByteMatchSet and
by ListByteMatchSets.
byteMatchSetId
- The ByteMatchSetId
for a ByteMatchSet
.
You use ByteMatchSetId
to get information about a
ByteMatchSet
, update a ByteMatchSet
,
remove a ByteMatchSet
from a Rule
, and
delete a ByteMatchSet
from AWS WAF.
ByteMatchSetId
is returned by
CreateByteMatchSet and by ListByteMatchSets.
public void setName(java.lang.String name)
A friendly name or description of the ByteMatchSet. You can't
change Name
after you create a ByteMatchSet
.
name
- A friendly name or description of the ByteMatchSet. You
can't change Name
after you create a
ByteMatchSet
.public java.lang.String getName()
A friendly name or description of the ByteMatchSet. You can't
change Name
after you create a ByteMatchSet
.
Name
after you create a
ByteMatchSet
.public ByteMatchSetSummary withName(java.lang.String name)
A friendly name or description of the ByteMatchSet. You can't
change Name
after you create a ByteMatchSet
.
name
- A friendly name or description of the ByteMatchSet. You
can't change Name
after you create a
ByteMatchSet
.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ByteMatchSetSummary clone()
clone
in class java.lang.Object