@Generated(value="software.amazon.awssdk:codegen") public final class AttributeGroupDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>
The details related to a specific AttributeGroup.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttributeGroupDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon resource name (ARN) that specifies the attribute group.
|
static AttributeGroupDetails.Builder |
builder() |
String |
createdBy()
The service principal that created the attribute group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier of the attribute group.
|
String |
name()
Deprecated.
This field is deprecated. We recommend not using the field when using
ListAttributeGroupsForApplication.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttributeGroupDetails.Builder> |
serializableBuilderClass() |
AttributeGroupDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier of the attribute group.
public final String arn()
The Amazon resource name (ARN) that specifies the attribute group.
@Deprecated public final String name()
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication.
The name of the attribute group.
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication.
The name of the attribute group.
public final String createdBy()
The service principal that created the attribute group.
public AttributeGroupDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>public static AttributeGroupDetails.Builder builder()
public static Class<? extends AttributeGroupDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.