Class ByteMatchSetSummary
- java.lang.Object
-
- com.amazonaws.services.waf.model.ByteMatchSetSummary
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ByteMatchSetSummary extends Object implements Serializable, Cloneable
Returned by ListByteMatchSets. Each
ByteMatchSetSummaryobject includes theNameandByteMatchSetIdfor one ByteMatchSet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ByteMatchSetSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteMatchSetSummaryclone()booleanequals(Object obj)StringgetByteMatchSetId()TheByteMatchSetIdfor aByteMatchSet.StringgetName()A friendly name or description of the ByteMatchSet.inthashCode()voidsetByteMatchSetId(String byteMatchSetId)TheByteMatchSetIdfor aByteMatchSet.voidsetName(String name)A friendly name or description of the ByteMatchSet.StringtoString()Returns a string representation of this object; useful for testing and debugging.ByteMatchSetSummarywithByteMatchSetId(String byteMatchSetId)TheByteMatchSetIdfor aByteMatchSet.ByteMatchSetSummarywithName(String name)A friendly name or description of the ByteMatchSet.
-
-
-
Method Detail
-
setByteMatchSetId
public void setByteMatchSetId(String byteMatchSetId)
The
ByteMatchSetIdfor aByteMatchSet. You useByteMatchSetIdto get information about aByteMatchSet, update aByteMatchSet, remove aByteMatchSetfrom aRule, and delete aByteMatchSetfrom AWS WAF.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Parameters:
byteMatchSetId- TheByteMatchSetIdfor aByteMatchSet. You useByteMatchSetIdto get information about aByteMatchSet, update aByteMatchSet, remove aByteMatchSetfrom aRule, and delete aByteMatchSetfrom AWS WAF.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.
-
getByteMatchSetId
public String getByteMatchSetId()
The
ByteMatchSetIdfor aByteMatchSet. You useByteMatchSetIdto get information about aByteMatchSet, update aByteMatchSet, remove aByteMatchSetfrom aRule, and delete aByteMatchSetfrom AWS WAF.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Returns:
- The
ByteMatchSetIdfor aByteMatchSet. You useByteMatchSetIdto get information about aByteMatchSet, update aByteMatchSet, remove aByteMatchSetfrom aRule, and delete aByteMatchSetfrom AWS WAF.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.
-
withByteMatchSetId
public ByteMatchSetSummary withByteMatchSetId(String byteMatchSetId)
The
ByteMatchSetIdfor aByteMatchSet. You useByteMatchSetIdto get information about aByteMatchSet, update aByteMatchSet, remove aByteMatchSetfrom aRule, and delete aByteMatchSetfrom AWS WAF.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Parameters:
byteMatchSetId- TheByteMatchSetIdfor aByteMatchSet. You useByteMatchSetIdto get information about aByteMatchSet, update aByteMatchSet, remove aByteMatchSetfrom aRule, and delete aByteMatchSetfrom AWS WAF.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
public void setName(String name)
A friendly name or description of the ByteMatchSet. You can't change
Nameafter you create aByteMatchSet.- Parameters:
name- A friendly name or description of the ByteMatchSet. You can't changeNameafter you create aByteMatchSet.
-
getName
public String getName()
A friendly name or description of the ByteMatchSet. You can't change
Nameafter you create aByteMatchSet.- Returns:
- A friendly name or description of the ByteMatchSet. You
can't change
Nameafter you create aByteMatchSet.
-
withName
public ByteMatchSetSummary withName(String name)
A friendly name or description of the ByteMatchSet. You can't change
Nameafter you create aByteMatchSet.- Parameters:
name- A friendly name or description of the ByteMatchSet. You can't changeNameafter you create aByteMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ByteMatchSetSummary clone()
-
-