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