Class AttributeGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.AttributeGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttributeGroupSummary.Builder,AttributeGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class AttributeGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeGroupSummary.Builder,AttributeGroupSummary>
Summary of a Amazon Web Services Service Catalog AppRegistry attribute group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttributeGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon resource name (ARN) that specifies the attribute group across services.static AttributeGroupSummary.Builderbuilder()StringcreatedBy()The service principal that created the attribute group.InstantcreationTime()The ISO-8601 formatted timestamp of the moment the attribute group was created.Stringdescription()The description of the attribute group that the user provides.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The globally unique attribute group identifier of the attribute group.InstantlastUpdateTime()The ISO-8601 formatted timestamp of the moment the attribute group was last updated.Stringname()The name of the attribute group.List<SdkField<?>>sdkFields()static Class<? extends AttributeGroupSummary.Builder>serializableBuilderClass()AttributeGroupSummary.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 globally unique attribute group identifier of the attribute group.
- Returns:
- The globally unique attribute group identifier of the attribute group.
-
arn
public final String arn()
The Amazon resource name (ARN) that specifies the attribute group across services.
- Returns:
- The Amazon resource name (ARN) that specifies the attribute group across services.
-
name
public final String name()
The name of the attribute group.
- Returns:
- The name of the attribute group.
-
description
public final String description()
The description of the attribute group that the user provides.
- Returns:
- The description of the attribute group that the user provides.
-
creationTime
public final Instant creationTime()
The ISO-8601 formatted timestamp of the moment the attribute group was created.
- Returns:
- The ISO-8601 formatted timestamp of the moment the attribute group was created.
-
lastUpdateTime
public final Instant lastUpdateTime()
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
- Returns:
- The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
-
createdBy
public final String createdBy()
The service principal that created the attribute group.
- Returns:
- The service principal that created the attribute group.
-
toBuilder
public AttributeGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttributeGroupSummary.Builder,AttributeGroupSummary>
-
builder
public static AttributeGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttributeGroupSummary.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.
-
-