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