@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 HierarchyGroupSummary levelOne()
Information about level one.
public HierarchyGroupSummary levelTwo()
Information about level two.
public HierarchyGroupSummary levelThree()
Information about level three.
public HierarchyGroupSummary levelFour()
Information about level four.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.