@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.