Class CreateResourceGroupResult
- java.lang.Object
-
- com.amazonaws.services.inspector.model.CreateResourceGroupResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateResourceGroupResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateResourceGroupResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateResourceGroupResultclone()booleanequals(Object obj)StringgetResourceGroupArn()The ARN that specifies the resource group that is created.inthashCode()voidsetResourceGroupArn(String resourceGroupArn)The ARN that specifies the resource group that is created.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateResourceGroupResultwithResourceGroupArn(String resourceGroupArn)The ARN that specifies the resource group that is created.
-
-
-
Method Detail
-
setResourceGroupArn
public void setResourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is created.
- Parameters:
resourceGroupArn- The ARN that specifies the resource group that is created.
-
getResourceGroupArn
public String getResourceGroupArn()
The ARN that specifies the resource group that is created.
- Returns:
- The ARN that specifies the resource group that is created.
-
withResourceGroupArn
public CreateResourceGroupResult withResourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is created.
- Parameters:
resourceGroupArn- The ARN that specifies the resource group that is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateResourceGroupResult clone()
-
-