@Generated(value="software.amazon.awssdk:codegen") public final class HierarchyGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>
A HierarchyGroupSummary
object that contains information about the hierarchy group, including ARN, Id,
and Name.
Modifier and Type | Class and Description |
---|---|
static interface |
HierarchyGroupSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN for the hierarchy group.
|
static HierarchyGroupSummary.Builder |
builder() |
boolean |
equals(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()
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 of the hierarchy group.
public String arn()
The ARN for the hierarchy group.
public String name()
The name of the hierarchy group.
public HierarchyGroupSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>
public static HierarchyGroupSummary.Builder builder()
public static Class<? extends HierarchyGroupSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.