@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HierarchyPath extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the levels of a hierarchy group.
Constructor and Description |
---|
HierarchyPath() |
Modifier and Type | Method and Description |
---|---|
HierarchyPath |
clone() |
boolean |
equals(Object obj) |
HierarchyGroupSummary |
getLevelFive()
Information about level five.
|
HierarchyGroupSummary |
getLevelFour()
Information about level four.
|
HierarchyGroupSummary |
getLevelOne()
Information about level one.
|
HierarchyGroupSummary |
getLevelThree()
Information about level three.
|
HierarchyGroupSummary |
getLevelTwo()
Information about level two.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
|
void |
setLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
|
void |
setLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
|
void |
setLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
|
void |
setLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
|
String |
toString()
Returns a string representation of this object.
|
HierarchyPath |
withLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
|
HierarchyPath |
withLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
|
HierarchyPath |
withLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
|
HierarchyPath |
withLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
|
HierarchyPath |
withLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
|
public void setLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
levelOne
- Information about level one.public HierarchyGroupSummary getLevelOne()
Information about level one.
public HierarchyPath withLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
levelOne
- Information about level one.public void setLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
levelTwo
- Information about level two.public HierarchyGroupSummary getLevelTwo()
Information about level two.
public HierarchyPath withLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
levelTwo
- Information about level two.public void setLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
levelThree
- Information about level three.public HierarchyGroupSummary getLevelThree()
Information about level three.
public HierarchyPath withLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
levelThree
- Information about level three.public void setLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
levelFour
- Information about level four.public HierarchyGroupSummary getLevelFour()
Information about level four.
public HierarchyPath withLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
levelFour
- Information about level four.public void setLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
levelFive
- Information about level five.public HierarchyGroupSummary getLevelFive()
Information about level five.
public HierarchyPath withLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
levelFive
- Information about level five.public String toString()
toString
in class Object
Object.toString()
public HierarchyPath clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.