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:
  • Constructor Details

    • CreateResourceGroupResult

      public CreateResourceGroupResult()
  • Method Details

    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public CreateResourceGroupResult clone()
      Overrides:
      clone in class Object