@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGroupQueryRequest extends ResourceGroupsRequest implements ToCopyableBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGroupQueryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupQueryRequest.Builder |
builder() |
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 query.
|
String |
groupName()
Don't use this parameter.
|
int |
hashCode() |
ResourceQuery |
resourceQuery()
The resource query to determine which AWS resources are members of this resource group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGroupQueryRequest.Builder> |
serializableBuilderClass() |
UpdateGroupQueryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 query.
public final ResourceQuery resourceQuery()
The resource query to determine which AWS resources are members of this resource group.
A resource group can contain either a Configuration or a ResourceQuery, but not both.
A resource group can contain either a Configuration or a ResourceQuery, but not
both.
public UpdateGroupQueryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>toBuilder in class ResourceGroupsRequestpublic static UpdateGroupQueryRequest.Builder builder()
public static Class<? extends UpdateGroupQueryRequest.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 © 2020. All rights reserved.