@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupQuery.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GroupQuery.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the resource group that is associated with the specified resource query.
|
int |
hashCode() |
ResourceQuery |
resourceQuery()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The name of the resource group that is associated with the specified resource query.
public final ResourceQuery resourceQuery()
The resource query that determines which Amazon Web Services resources are members of the associated resource group.
public GroupQuery.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GroupQuery.Builder,GroupQuery>public static GroupQuery.Builder builder()
public static Class<? extends GroupQuery.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.