Class HierarchyPathReference
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.HierarchyPathReference
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HierarchyPathReference.Builder,HierarchyPathReference>
@Generated("software.amazon.awssdk:codegen") public final class HierarchyPathReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyPathReference.Builder,HierarchyPathReference>
Information about the levels in the hierarchy group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHierarchyPathReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HierarchyPathReference.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HierarchyGroupSummaryReferencelevelFive()Information about level five.HierarchyGroupSummaryReferencelevelFour()Information about level four.HierarchyGroupSummaryReferencelevelOne()Information about level one.HierarchyGroupSummaryReferencelevelThree()Information about level three.HierarchyGroupSummaryReferencelevelTwo()Information about level two.List<SdkField<?>>sdkFields()static Class<? extends HierarchyPathReference.Builder>serializableBuilderClass()HierarchyPathReference.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
levelOne
public final HierarchyGroupSummaryReference levelOne()
Information about level one.
- Returns:
- Information about level one.
-
levelTwo
public final HierarchyGroupSummaryReference levelTwo()
Information about level two.
- Returns:
- Information about level two.
-
levelThree
public final HierarchyGroupSummaryReference levelThree()
Information about level three.
- Returns:
- Information about level three.
-
levelFour
public final HierarchyGroupSummaryReference levelFour()
Information about level four.
- Returns:
- Information about level four.
-
levelFive
public final HierarchyGroupSummaryReference levelFive()
Information about level five.
- Returns:
- Information about level five.
-
toBuilder
public HierarchyPathReference.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HierarchyPathReference.Builder,HierarchyPathReference>
-
builder
public static HierarchyPathReference.Builder builder()
-
serializableBuilderClass
public static Class<? extends HierarchyPathReference.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-