@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 String id()
The globally unique attribute group identifier of the attribute group.
public String arn()
The Amazon resource name (ARN) that specifies the attribute group across services.
public String name()
The name of the attribute group.
public String description()
The description of the attribute group that the user provides.
public Instant creationTime()
The ISO-8601 formatted timestamp of the moment the attribute group was created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.