@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResourceGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateResourceGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateResourceGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getResourceGroupArn()
The ARN that specifies the resource group that is created.
|
int |
hashCode() |
void |
setResourceGroupArn(String resourceGroupArn)
The ARN that specifies 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 that specifies the resource group that is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is created.
resourceGroupArn
- The ARN that specifies the resource group that is created.public String getResourceGroupArn()
The ARN that specifies the resource group that is created.
public CreateResourceGroupResult withResourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is created.
resourceGroupArn
- The ARN that specifies 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.