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