@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ByteMatchSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
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; useful for testing and debugging.
|
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.