@Generated(value="software.amazon.awssdk:codegen") public final class HierarchyStructureUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyStructureUpdate.Builder,HierarchyStructureUpdate>
Contains information about the level hierarchy to update.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HierarchyStructureUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HierarchyStructureUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HierarchyLevelUpdate |
levelFive()
The update for level five.
|
HierarchyLevelUpdate |
levelFour()
The update for level four.
|
HierarchyLevelUpdate |
levelOne()
The update for level one.
|
HierarchyLevelUpdate |
levelThree()
The update for level three.
|
HierarchyLevelUpdate |
levelTwo()
The update for level two.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HierarchyStructureUpdate.Builder> |
serializableBuilderClass() |
HierarchyStructureUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HierarchyLevelUpdate levelOne()
The update for level one.
public final HierarchyLevelUpdate levelTwo()
The update for level two.
public final HierarchyLevelUpdate levelThree()
The update for level three.
public final HierarchyLevelUpdate levelFour()
The update for level four.
public final HierarchyLevelUpdate levelFive()
The update for level five.
public HierarchyStructureUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HierarchyStructureUpdate.Builder,HierarchyStructureUpdate>public static HierarchyStructureUpdate.Builder builder()
public static Class<? extends HierarchyStructureUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.