@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelSummary extends Object implements Serializable, Cloneable, StructuredPojo
List of labels used by one or more of the rules of a RuleGroup. This summary object is used for the following rule group lists:
| Constructor and Description |
|---|
LabelSummary() |
| Modifier and Type | Method and Description |
|---|---|
LabelSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
An individual label specification.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
An individual label specification.
|
String |
toString()
Returns a string representation of this object.
|
LabelSummary |
withName(String name)
An individual label specification.
|
public void setName(String name)
An individual label specification.
name - An individual label specification.public String getName()
An individual label specification.
public LabelSummary withName(String name)
An individual label specification.
name - An individual label specification.public String toString()
toString in class ObjectObject.toString()public LabelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.