@Generated(value="software.amazon.awssdk:codegen") public final class HierarchyGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>
Contains summary information about a hierarchy group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HierarchyGroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the hierarchy group.
|
static HierarchyGroupSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the hierarchy group.
|
String |
name()
The name of the hierarchy group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HierarchyGroupSummary.Builder> |
serializableBuilderClass() |
HierarchyGroupSummary.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 HierarchyGroupSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>public static HierarchyGroupSummary.Builder builder()
public static Class<? extends HierarchyGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.