@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ByteMatchSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returned by ListByteMatchSets. Each ByteMatchSetSummary object includes the Name and
ByteMatchSetId for one ByteMatchSet.
| Constructor and Description |
|---|
ByteMatchSetSummary() |
| Modifier and Type | Method and Description |
|---|---|
ByteMatchSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getByteMatchSetId()
The
ByteMatchSetId for a ByteMatchSet. |
String |
getName()
A friendly name or description of the ByteMatchSet.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setByteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId for a ByteMatchSet. |
void |
setName(String name)
A friendly name or description of the ByteMatchSet.
|
String |
toString()
Returns a string representation of this object.
|
ByteMatchSetSummary |
withByteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId for a ByteMatchSet. |
ByteMatchSetSummary |
withName(String name)
A friendly name or description of the ByteMatchSet.
|
public void setByteMatchSetId(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 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(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(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 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(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 String toString()
toString in class ObjectObject.toString()public ByteMatchSetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.