Class UpdateGroupQueryRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.resourcegroups.model.ResourceGroupsRequest
-
- software.amazon.awssdk.services.resourcegroups.model.UpdateGroupQueryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateGroupQueryRequest extends ResourceGroupsRequest implements ToCopyableBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateGroupQueryRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UpdateGroupQueryRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)Stringgroup()The name or the ARN of the resource group to query.StringgroupName()Deprecated.This field is deprecated, use Group instead.inthashCode()ResourceQueryresourceQuery()The resource query to determine which Amazon Web Services resources are members of this resource group.List<SdkField<?>>sdkFields()static Class<? extends UpdateGroupQueryRequest.Builder>serializableBuilderClass()UpdateGroupQueryRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
groupName
@Deprecated public final String groupName()
Deprecated.This field is deprecated, use Group instead.Don't use this parameter. Use
Groupinstead.- Returns:
- Don't use this parameter. Use
Groupinstead.
-
group
public final String group()
The name or the ARN of the resource group to query.
- Returns:
- The name or the ARN of the resource group to query.
-
resourceQuery
public final ResourceQuery resourceQuery()
The resource query to determine which Amazon Web Services resources are members of this resource group.
A resource group can contain either a
Configurationor aResourceQuery, but not both.- Returns:
- The resource query to determine which Amazon Web Services resources are members of this resource
group.
A resource group can contain either a
Configurationor aResourceQuery, but not both.
-
toBuilder
public UpdateGroupQueryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>- Specified by:
toBuilderin classResourceGroupsRequest
-
builder
public static UpdateGroupQueryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateGroupQueryRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-