Class HierarchyPath
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.HierarchyPath
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HierarchyPath.Builder,HierarchyPath>
@Generated("software.amazon.awssdk:codegen") public final class HierarchyPath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyPath.Builder,HierarchyPath>
Contains information about the levels of a hierarchy group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHierarchyPath.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HierarchyPath.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HierarchyGroupSummarylevelFive()Information about level five.HierarchyGroupSummarylevelFour()Information about level four.HierarchyGroupSummarylevelOne()Information about level one.HierarchyGroupSummarylevelThree()Information about level three.HierarchyGroupSummarylevelTwo()Information about level two.List<SdkField<?>>sdkFields()static Class<? extends HierarchyPath.Builder>serializableBuilderClass()HierarchyPath.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 HierarchyGroupSummary levelOne()
Information about level one.
- Returns:
- Information about level one.
-
levelTwo
public final HierarchyGroupSummary levelTwo()
Information about level two.
- Returns:
- Information about level two.
-
levelThree
public final HierarchyGroupSummary levelThree()
Information about level three.
- Returns:
- Information about level three.
-
levelFour
public final HierarchyGroupSummary levelFour()
Information about level four.
- Returns:
- Information about level four.
-
levelFive
public final HierarchyGroupSummary levelFive()
Information about level five.
- Returns:
- Information about level five.
-
toBuilder
public HierarchyPath.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HierarchyPath.Builder,HierarchyPath>
-
builder
public static HierarchyPath.Builder builder()
-
serializableBuilderClass
public static Class<? extends HierarchyPath.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.
-
-