@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupQuery extends Object implements Serializable, Cloneable, StructuredPojo
The underlying resource query of a resource group. Resources that match query results are part of the group.
| Constructor and Description |
|---|
GroupQuery() |
| Modifier and Type | Method and Description |
|---|---|
GroupQuery |
clone() |
boolean |
equals(Object obj) |
String |
getGroupName()
The name of a resource group that is associated with a specific resource query.
|
ResourceQuery |
getResourceQuery()
The resource query which determines which AWS resources are members of the associated resource group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupName(String groupName)
The name of a resource group that is associated with a specific resource query.
|
void |
setResourceQuery(ResourceQuery resourceQuery)
The resource query which determines which AWS resources are members of the associated resource group.
|
String |
toString()
Returns a string representation of this object.
|
GroupQuery |
withGroupName(String groupName)
The name of a resource group that is associated with a specific resource query.
|
GroupQuery |
withResourceQuery(ResourceQuery resourceQuery)
The resource query which determines which AWS resources are members of the associated resource group.
|
public void setGroupName(String groupName)
The name of a resource group that is associated with a specific resource query.
groupName - The name of a resource group that is associated with a specific resource query.public String getGroupName()
The name of a resource group that is associated with a specific resource query.
public GroupQuery withGroupName(String groupName)
The name of a resource group that is associated with a specific resource query.
groupName - The name of a resource group that is associated with a specific resource query.public void setResourceQuery(ResourceQuery resourceQuery)
The resource query which determines which AWS resources are members of the associated resource group.
resourceQuery - The resource query which determines which AWS resources are members of the associated resource group.public ResourceQuery getResourceQuery()
The resource query which determines which AWS resources are members of the associated resource group.
public GroupQuery withResourceQuery(ResourceQuery resourceQuery)
The resource query which determines which AWS resources are members of the associated resource group.
resourceQuery - The resource query which determines which AWS resources are members of the associated resource group.public String toString()
toString in class ObjectObject.toString()public GroupQuery clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.