@Generated(value="software.amazon.awssdk:codegen") public final class HierarchyStructure extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyStructure.Builder,HierarchyStructure>
Contains information about a hierarchy structure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HierarchyStructure.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HierarchyStructure.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HierarchyLevel |
levelFive()
Information about level five.
|
HierarchyLevel |
levelFour()
Information about level four.
|
HierarchyLevel |
levelOne()
Information about level one.
|
HierarchyLevel |
levelThree()
Information about level three.
|
HierarchyLevel |
levelTwo()
Information about level two.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HierarchyStructure.Builder> |
serializableBuilderClass() |
HierarchyStructure.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic HierarchyLevel levelOne()
Information about level one.
public HierarchyLevel levelTwo()
Information about level two.
public HierarchyLevel levelThree()
Information about level three.
public HierarchyLevel levelFour()
Information about level four.
public HierarchyLevel levelFive()
Information about level five.
public HierarchyStructure.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HierarchyStructure.Builder,HierarchyStructure>public static HierarchyStructure.Builder builder()
public static Class<? extends HierarchyStructure.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.