Class AttributeGroupDetails
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.AttributeGroupDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>
@Generated("software.amazon.awssdk:codegen") public final class AttributeGroupDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>
The details related to a specific AttributeGroup.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttributeGroupDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringarn()The Amazon resource name (ARN) that specifies the attribute group.static AttributeGroupDetails.Builderbuilder()StringcreatedBy()The service principal that created the attribute group.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier of the attribute group.Stringname()Deprecated.This field is deprecated.List<SdkField<?>>sdkFields()static Class<? extends AttributeGroupDetails.Builder>serializableBuilderClass()AttributeGroupDetails.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 unique identifier of the attribute group.
- Returns:
- The unique identifier of the attribute group.
-
arn
public final String arn()
The Amazon resource name (ARN) that specifies the attribute group.
- Returns:
- The Amazon resource name (ARN) that specifies the attribute group.
-
name
@Deprecated public final String name()
Deprecated.This field is deprecated. We recommend not using the field when using ListAttributeGroupsForApplication.This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication.The name of the attribute group.
- Returns:
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication.The name of the 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 AttributeGroupDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>
-
builder
public static AttributeGroupDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttributeGroupDetails.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.
-
-