@Generated(value="software.amazon.awssdk:codegen") public final class HierarchyStructure extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyStructure.Builder,HierarchyStructure>
A HierarchyStructure
object that contains information about the hierarchy group structure.
Modifier and Type | Class and Description |
---|---|
static interface |
HierarchyStructure.Builder |
Modifier and Type | Method and Description |
---|---|
static HierarchyStructure.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HierarchyLevel |
levelFive()
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyLevel |
levelFour()
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyLevel |
levelOne()
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyLevel |
levelThree()
A
HierarchyLevel object that contains information about the hierarchy group level. |
HierarchyLevel |
levelTwo()
A
HierarchyLevel object that contains information about the hierarchy group level. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HierarchyStructure.Builder> |
serializableBuilderClass() |
HierarchyStructure.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public HierarchyLevel levelOne()
A HierarchyLevel
object that contains information about the hierarchy group level.
HierarchyLevel
object that contains information about the hierarchy group level.public HierarchyLevel levelTwo()
A HierarchyLevel
object that contains information about the hierarchy group level.
HierarchyLevel
object that contains information about the hierarchy group level.public HierarchyLevel levelThree()
A HierarchyLevel
object that contains information about the hierarchy group level.
HierarchyLevel
object that contains information about the hierarchy group level.public HierarchyLevel levelFour()
A HierarchyLevel
object that contains information about the hierarchy group level.
HierarchyLevel
object that contains information about the hierarchy group level.public HierarchyLevel levelFive()
A HierarchyLevel
object that contains information about the hierarchy group level.
HierarchyLevel
object that contains information about the hierarchy group level.public HierarchyStructure.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HierarchyStructure.Builder,HierarchyStructure>
public static HierarchyStructure.Builder builder()
public static Class<? extends HierarchyStructure.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.