Class ResourceGroup

    • Constructor Detail

      • ResourceGroup

        public ResourceGroup()
    • Method Detail

      • setArn

        public void setArn​(String arn)

        The ARN of the resource group.

        Parameters:
        arn - The ARN of the resource group.
      • getArn

        public String getArn()

        The ARN of the resource group.

        Returns:
        The ARN of the resource group.
      • withArn

        public ResourceGroup withArn​(String arn)

        The ARN of the resource group.

        Parameters:
        arn - The ARN of the resource group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<ResourceGroupTag> getTags()

        The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.

        Returns:
        The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
      • setTags

        public void setTags​(Collection<ResourceGroupTag> tags)

        The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.

        Parameters:
        tags - The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
      • withTags

        public ResourceGroup withTags​(Collection<ResourceGroupTag> tags)

        The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.

        Parameters:
        tags - The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)

        The time at which resource group is created.

        Parameters:
        createdAt - The time at which resource group is created.
      • getCreatedAt

        public Date getCreatedAt()

        The time at which resource group is created.

        Returns:
        The time at which resource group is created.
      • withCreatedAt

        public ResourceGroup withCreatedAt​(Date createdAt)

        The time at which resource group is created.

        Parameters:
        createdAt - The time at which resource group 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object