Class HierarchyLevel
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.HierarchyLevel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HierarchyLevel.Builder,HierarchyLevel>
@Generated("software.amazon.awssdk:codegen") public final class HierarchyLevel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyLevel.Builder,HierarchyLevel>
Contains information about a hierarchy level.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHierarchyLevel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the hierarchy level.static HierarchyLevel.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the hierarchy level.StringlastModifiedRegion()The Amazon Web Services Region where this resource was last modified.InstantlastModifiedTime()The timestamp when this resource was last modified.Stringname()The name of the hierarchy level.List<SdkField<?>>sdkFields()static Class<? extends HierarchyLevel.Builder>serializableBuilderClass()HierarchyLevel.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
-
id
public final String id()
The identifier of the hierarchy level.
- Returns:
- The identifier of the hierarchy level.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the hierarchy level.
- Returns:
- The Amazon Resource Name (ARN) of the hierarchy level.
-
name
public final String name()
The name of the hierarchy level.
- Returns:
- The name of the hierarchy level.
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp when this resource was last modified.
- Returns:
- The timestamp when this resource was last modified.
-
lastModifiedRegion
public final String lastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
- Returns:
- The Amazon Web Services Region where this resource was last modified.
-
toBuilder
public HierarchyLevel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HierarchyLevel.Builder,HierarchyLevel>
-
builder
public static HierarchyLevel.Builder builder()
-
serializableBuilderClass
public static Class<? extends HierarchyLevel.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.
-
-