@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()
The new name of the attribute group.
|
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 String attributeGroup()
The name or ID of the attribute group that holds the attributes to describe the application.
public String name()
The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.
public String description()
The description of the attribute group that the user provides.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.