Class HierarchyGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.HierarchyGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class HierarchyGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>
Contains summary information about a hierarchy group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHierarchyGroupSummary.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 group.static HierarchyGroupSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the hierarchy group.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 group.List<SdkField<?>>sdkFields()static Class<? extends HierarchyGroupSummary.Builder>serializableBuilderClass()HierarchyGroupSummary.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 group.
- Returns:
- The identifier of the hierarchy group.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the hierarchy group.
- Returns:
- The Amazon Resource Name (ARN) of the hierarchy group.
-
name
public final String name()
The name of the hierarchy group.
- Returns:
- The name of the hierarchy group.
-
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 HierarchyGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HierarchyGroupSummary.Builder,HierarchyGroupSummary>
-
builder
public static HierarchyGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends HierarchyGroupSummary.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.
-
-