@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HierarchyPathReference extends Object implements Serializable, Cloneable, StructuredPojo
Information about the levels in the hierarchy group.
Constructor and Description |
---|
HierarchyPathReference() |
public void setLevelOne(HierarchyGroupSummaryReference levelOne)
Information about level one.
levelOne
- Information about level one.public HierarchyGroupSummaryReference getLevelOne()
Information about level one.
public HierarchyPathReference withLevelOne(HierarchyGroupSummaryReference levelOne)
Information about level one.
levelOne
- Information about level one.public void setLevelTwo(HierarchyGroupSummaryReference levelTwo)
Information about level two.
levelTwo
- Information about level two.public HierarchyGroupSummaryReference getLevelTwo()
Information about level two.
public HierarchyPathReference withLevelTwo(HierarchyGroupSummaryReference levelTwo)
Information about level two.
levelTwo
- Information about level two.public void setLevelThree(HierarchyGroupSummaryReference levelThree)
Information about level three.
levelThree
- Information about level three.public HierarchyGroupSummaryReference getLevelThree()
Information about level three.
public HierarchyPathReference withLevelThree(HierarchyGroupSummaryReference levelThree)
Information about level three.
levelThree
- Information about level three.public void setLevelFour(HierarchyGroupSummaryReference levelFour)
Information about level four.
levelFour
- Information about level four.public HierarchyGroupSummaryReference getLevelFour()
Information about level four.
public HierarchyPathReference withLevelFour(HierarchyGroupSummaryReference levelFour)
Information about level four.
levelFour
- Information about level four.public void setLevelFive(HierarchyGroupSummaryReference levelFive)
Information about level five.
levelFive
- Information about level five.public HierarchyGroupSummaryReference getLevelFive()
Information about level five.
public HierarchyPathReference withLevelFive(HierarchyGroupSummaryReference levelFive)
Information about level five.
levelFive
- Information about level five.public String toString()
toString
in class Object
Object.toString()
public HierarchyPathReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.