@Generated(value="software.amazon.awssdk:codegen") public final class HierarchyGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyGroup.Builder,HierarchyGroup>
A HierarchyGroup object that contains information about a hierarchy group in your Amazon Connect
instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HierarchyGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) for 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()
A
HierarchyPath object that contains information about the levels in the hierarchy group. |
String |
id()
The identifier for the hierarchy group.
|
String |
levelId()
The identifier for the level in the hierarchy group.
|
String |
name()
The name of the hierarchy group in your instance.
|
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 String id()
The identifier for the hierarchy group.
public String arn()
The Amazon Resource Name (ARN) for the hierarchy group.
public String name()
The name of the hierarchy group in your instance.
public String levelId()
The identifier for the level in the hierarchy group.
public HierarchyPath hierarchyPath()
A HierarchyPath object that contains information about the levels in the hierarchy group.
HierarchyPath object that contains 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.