public class CreateResourceGroupResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateResourceGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateResourceGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getResourceGroupArn()
The ARN specifying the resource group that is created.
|
int |
hashCode() |
void |
setResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateResourceGroupResult |
withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is created.
|
public void setResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is created.
resourceGroupArn
- The ARN specifying the resource group that is created.public String getResourceGroupArn()
The ARN specifying the resource group that is created.
public CreateResourceGroupResult withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is created.
resourceGroupArn
- The ARN specifying the resource group that is created.public String toString()
toString
in class Object
Object.toString()
public CreateResourceGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.