@Generated(value="software.amazon.awssdk:codegen") public final class HierarchyGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyGroup.Builder,HierarchyGroup>
Contains information about a hierarchy group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HierarchyGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the hierarchy group.
|
static HierarchyGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HierarchyPath |
hierarchyPath()
Information about the levels in the hierarchy group.
|
String |
id()
The identifier of the hierarchy group.
|
String |
levelId()
The identifier of the level in the hierarchy group.
|
String |
name()
The name of the hierarchy group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HierarchyGroup.Builder> |
serializableBuilderClass() |
HierarchyGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the hierarchy group.
public final String arn()
The Amazon Resource Name (ARN) of the hierarchy group.
public final String name()
The name of the hierarchy group.
public final String levelId()
The identifier of the level in the hierarchy group.
public final HierarchyPath hierarchyPath()
Information about the levels in the hierarchy group.
public HierarchyGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HierarchyGroup.Builder,HierarchyGroup>public static HierarchyGroup.Builder builder()
public static Class<? extends HierarchyGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.