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 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.
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateResourceGroupResult clone()
-
-