public class DescribeResourceGroupResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeResourceGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeResourceGroupResult |
clone() |
boolean |
equals(Object obj) |
ResourceGroup |
getResourceGroup()
Information about the resource group.
|
int |
hashCode() |
void |
setResourceGroup(ResourceGroup resourceGroup)
Information about the resource group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeResourceGroupResult |
withResourceGroup(ResourceGroup resourceGroup)
Information about the resource group.
|
public void setResourceGroup(ResourceGroup resourceGroup)
Information about the resource group.
resourceGroup
- Information about the resource group.public ResourceGroup getResourceGroup()
Information about the resource group.
public DescribeResourceGroupResult withResourceGroup(ResourceGroup resourceGroup)
Information about the resource group.
resourceGroup
- Information about the resource group.public String toString()
toString
in class Object
Object.toString()
public DescribeResourceGroupResult clone()
Copyright © 2015. All rights reserved.