Class GroupQuery
- java.lang.Object
-
- software.amazon.awssdk.services.resourcegroups.model.GroupQuery
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GroupQuery.Builder,GroupQuery>
@Generated("software.amazon.awssdk:codegen") public final class GroupQuery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupQuery.Builder,GroupQuery>
A mapping of a query attached to a resource group that determines the Amazon Web Services resources that are members of the group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGroupQuery.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupQuery.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupName()The name of the resource group that is associated with the specified resource query.inthashCode()ResourceQueryresourceQuery()The resource query that determines which Amazon Web Services resources are members of the associated resource group.List<SdkField<?>>sdkFields()static Class<? extends GroupQuery.Builder>serializableBuilderClass()GroupQuery.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
public final String groupName()
The name of the resource group that is associated with the specified resource query.
- Returns:
- The name of the resource group that is associated with the specified resource query.
-
resourceQuery
public final ResourceQuery resourceQuery()
The resource query that determines which Amazon Web Services resources are members of the associated resource group.
- Returns:
- The resource query that determines which Amazon Web Services resources are members of the associated resource group.
-
toBuilder
public GroupQuery.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GroupQuery.Builder,GroupQuery>
-
builder
public static GroupQuery.Builder builder()
-
serializableBuilderClass
public static Class<? extends GroupQuery.Builder> serializableBuilderClass()
-
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.
-
-