@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()
Don't use this parameter.
|
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, waitcopypublic String groupName()
Don't use this parameter. Use Group instead.
Group instead.public String group()
The name or the ARN of the resource group to modify.
public 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 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.