@Generated(value="software.amazon.awssdk:codegen") public final class HierarchyPath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyPath.Builder,HierarchyPath>
A HierarchyPath object that contains information about the levels of the 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()
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyGroupSummary |
levelFour()
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyGroupSummary |
levelOne()
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyGroupSummary |
levelThree()
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
HierarchyGroupSummary |
levelTwo()
A
HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name. |
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()
A HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.public HierarchyGroupSummary levelTwo()
A HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.public HierarchyGroupSummary levelThree()
A HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.public HierarchyGroupSummary levelFour()
A HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.public HierarchyGroupSummary levelFive()
A HierarchyGroupSummary object that contains information about the level of the hierarchy group,
including ARN, Id, and Name.
HierarchyGroupSummary object that contains information about the level of the hierarchy
group, including ARN, Id, and Name.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 © 2019. All rights reserved.