@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAttributeGroupRequest extends ServiceCatalogAppRegistryRequest implements ToCopyableBuilder<UpdateAttributeGroupRequest.Builder,UpdateAttributeGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAttributeGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attributeGroup()
The name or ID of the attribute group that holds the attributes to describe the application.
|
String |
attributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
static UpdateAttributeGroupRequest.Builder |
builder() |
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 |
name()
Deprecated.
Name update for attribute group is deprecated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAttributeGroupRequest.Builder> |
serializableBuilderClass() |
UpdateAttributeGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String attributeGroup()
The name or ID of the attribute group that holds the attributes to describe the application.
@Deprecated public final String name()
Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.
public final String description()
The description of the attribute group that the user provides.
public final String attributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
public UpdateAttributeGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAttributeGroupRequest.Builder,UpdateAttributeGroupRequest>toBuilder in class ServiceCatalogAppRegistryRequestpublic static UpdateAttributeGroupRequest.Builder builder()
public static Class<? extends UpdateAttributeGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.