@Generated(value="software.amazon.awssdk:codegen") public final class AttributeGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeGroupSummary.Builder,AttributeGroupSummary>
Summary of a Service Catalog AppRegistry attribute group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttributeGroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon resource name (ARN) that specifies the attribute group across services.
|
static AttributeGroupSummary.Builder |
builder() |
Instant |
creationTime()
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
String |
description()
The description of the attribute group that the user provides.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The globally unique attribute group identifier of the attribute group.
|
Instant |
lastUpdateTime()
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
String |
name()
The name of the attribute group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttributeGroupSummary.Builder> |
serializableBuilderClass() |
AttributeGroupSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The globally unique attribute group identifier of the attribute group.
public final String arn()
The Amazon resource name (ARN) that specifies the attribute group across services.
public final String name()
The name of the attribute group.
public final String description()
The description of the attribute group that the user provides.
public final Instant creationTime()
The ISO-8601 formatted timestamp of the moment the attribute group was created.
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.
public AttributeGroupSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttributeGroupSummary.Builder,AttributeGroupSummary>public static AttributeGroupSummary.Builder builder()
public static Class<? extends AttributeGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.