@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelCategory extends Object implements Serializable, Cloneable, StructuredPojo
The category that applies to a given label.
| Constructor and Description |
|---|
LabelCategory() |
| Modifier and Type | Method and Description |
|---|---|
LabelCategory |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of a category that applies to a given label.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of a category that applies to a given label.
|
String |
toString()
Returns a string representation of this object.
|
LabelCategory |
withName(String name)
The name of a category that applies to a given label.
|
public void setName(String name)
The name of a category that applies to a given label.
name - The name of a category that applies to a given label.public String getName()
The name of a category that applies to a given label.
public LabelCategory withName(String name)
The name of a category that applies to a given label.
name - The name of a category that applies to a given label.public String toString()
toString in class ObjectObject.toString()public LabelCategory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.