Class CreateResourceGroupResult
java.lang.Object
com.amazonaws.services.inspector.model.CreateResourceGroupResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withResourceGroupArn
(String resourceGroupArn) The ARN that specifies the resource group that is created.
-
Constructor Details
-
CreateResourceGroupResult
public CreateResourceGroupResult()
-
-
Method Details
-
setResourceGroupArn
The ARN that specifies the resource group that is created.
- Parameters:
resourceGroupArn
- The ARN that specifies the resource group that is created.
-
getResourceGroupArn
The ARN that specifies the resource group that is created.
- Returns:
- The ARN that specifies the resource group that is created.
-
withResourceGroupArn
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-