public class ResourceGroup extends Object implements Serializable, Cloneable
Contains information about a resource group. The resource group defines a set of tags that, when queried, identify the AWS resources that comprise the application.
This data type is used as the response element in the DescribeResourceGroup action.
| Constructor and Description |
|---|
ResourceGroup() |
| Modifier and Type | Method and Description |
|---|---|
ResourceGroup |
clone() |
boolean |
equals(Object obj) |
String |
getResourceGroupArn()
The ARN of the resource group.
|
String |
getResourceGroupTags()
The tags (key and value pairs) of the resource group.
|
int |
hashCode() |
void |
setResourceGroupArn(String resourceGroupArn)
The ARN of the resource group.
|
void |
setResourceGroupTags(String resourceGroupTags)
The tags (key and value pairs) of the resource group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResourceGroup |
withResourceGroupArn(String resourceGroupArn)
The ARN of the resource group.
|
ResourceGroup |
withResourceGroupTags(String resourceGroupTags)
The tags (key and value pairs) of the resource group.
|
public void setResourceGroupArn(String resourceGroupArn)
The ARN of the resource group.
resourceGroupArn - The ARN of the resource group.public String getResourceGroupArn()
The ARN of the resource group.
public ResourceGroup withResourceGroupArn(String resourceGroupArn)
The ARN of the resource group.
resourceGroupArn - The ARN of the resource group.public void setResourceGroupTags(String resourceGroupTags)
The tags (key and value pairs) of the resource group.
This data type property is used in the CreateResourceGroup action.
A collection of keys and an array of possible values in JSON format.
For example, [{ "key1" : ["Value1","Value2"]},{"Key2": ["Value3"]}]
resourceGroupTags - The tags (key and value pairs) of the resource group.
This data type property is used in the CreateResourceGroup action.
A collection of keys and an array of possible values in JSON format.
For example, [{ "key1" : ["Value1","Value2"]},{"Key2": ["Value3"]}]
public String getResourceGroupTags()
The tags (key and value pairs) of the resource group.
This data type property is used in the CreateResourceGroup action.
A collection of keys and an array of possible values in JSON format.
For example, [{ "key1" : ["Value1","Value2"]},{"Key2": ["Value3"]}]
This data type property is used in the CreateResourceGroup action.
A collection of keys and an array of possible values in JSON format.
For example, [{ "key1" : ["Value1","Value2"]},{"Key2": ["Value3"]}]
public ResourceGroup withResourceGroupTags(String resourceGroupTags)
The tags (key and value pairs) of the resource group.
This data type property is used in the CreateResourceGroup action.
A collection of keys and an array of possible values in JSON format.
For example, [{ "key1" : ["Value1","Value2"]},{"Key2": ["Value3"]}]
resourceGroupTags - The tags (key and value pairs) of the resource group.
This data type property is used in the CreateResourceGroup action.
A collection of keys and an array of possible values in JSON format.
For example, [{ "key1" : ["Value1","Value2"]},{"Key2": ["Value3"]}]
public String toString()
toString in class ObjectObject.toString()public ResourceGroup clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.