@Generated(value="software.amazon.awssdk:codegen") public final class GroupQuery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupQuery.Builder,GroupQuery>
The underlying resource query of a resource group. Resources that match query results are part 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 a resource group that is associated with a specific resource query.
|
int |
hashCode() |
ResourceQuery |
resourceQuery()
The resource query which determines which AWS 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 String groupName()
The name of a resource group that is associated with a specific resource query.
public ResourceQuery resourceQuery()
The resource query which determines which AWS 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.