@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGroupRequest extends ResourceGroupsRequest implements ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupRequest.Builder |
builder() |
String |
description()
The new description that you want to update the resource group with.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
group()
The name or the ARN of the resource group to modify.
|
String |
groupName()
Deprecated.
This field is deprecated, use Group instead.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGroupRequest.Builder> |
serializableBuilderClass() |
UpdateGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopy@Deprecated public final String groupName()
Don't use this parameter. Use Group instead.
Group instead.public final String group()
The name or the ARN of the resource group to modify.
public final String description()
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
public UpdateGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>toBuilder in class ResourceGroupsRequestpublic static UpdateGroupRequest.Builder builder()
public static Class<? extends UpdateGroupRequest.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 © 2021. All rights reserved.