@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Parent extends Object implements Serializable, Cloneable, StructuredPojo
A parent label for a label. A label can have 0, 1, or more parents.
| Constructor and Description |
|---|
Parent() |
| Modifier and Type | Method and Description |
|---|---|
Parent |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the parent label.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the parent label.
|
String |
toString()
Returns a string representation of this object.
|
Parent |
withName(String name)
The name of the parent label.
|
public void setName(String name)
The name of the parent label.
name - The name of the parent label.public String getName()
The name of the parent label.
public Parent withName(String name)
The name of the parent label.
name - The name of the parent label.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.