public class CreateResourceGroupResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
resourceGroupArn
The ARN that specifies the resource group that is created.
|
Constructor and Description |
---|
CreateResourceGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateResourceGroupResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getResourceGroupArn()
The ARN that specifies the resource group that is created.
|
int |
hashCode() |
void |
setResourceGroupArn(java.lang.String resourceGroupArn)
The ARN that specifies the resource group that is created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateResourceGroupResult |
withResourceGroupArn(java.lang.String resourceGroupArn)
The ARN that specifies the resource group that is created.
|
private java.lang.String resourceGroupArn
The ARN that specifies the resource group that is created.
public void setResourceGroupArn(java.lang.String resourceGroupArn)
The ARN that specifies the resource group that is created.
resourceGroupArn
- The ARN that specifies the resource group that is created.public java.lang.String getResourceGroupArn()
The ARN that specifies the resource group that is created.
public CreateResourceGroupResult withResourceGroupArn(java.lang.String resourceGroupArn)
The ARN that specifies the resource group that is created.
resourceGroupArn
- The ARN that specifies the resource group that is created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateResourceGroupResult clone()
clone
in class java.lang.Object