@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<HierarchyPath.Builder,HierarchyPath>public static HierarchyPath.Builder builder()
public static Class<? extends HierarchyPath.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.