java.lang.Object
com.amazonaws.services.identitymanagement.model.Group
All Implemented Interfaces:
Serializable, Cloneable

public class Group extends Object implements Serializable, Cloneable

Contains information about an IAM group entity.

This data type is used as a response element in the following actions:

See Also:
  • Constructor Details

    • Group

      public Group()
      Default constructor for Group object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
    • Group

      public Group(String path, String groupName, String groupId, String arn, Date createDate)
      Constructs a new Group object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
      Parameters:
      path - The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.
      groupName - The friendly name that identifies the group.
      groupId - The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.
      arn - The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.
      createDate - The date and time, in ISO 8601 date-time format, when the group was created.
  • Method Details

    • setPath

      public void setPath(String path)

      The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.

      Parameters:
      path - The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.
    • getPath

      public String getPath()

      The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.

      Returns:
      The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.
    • withPath

      public Group withPath(String path)

      The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.

      Parameters:
      path - The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setGroupName

      public void setGroupName(String groupName)

      The friendly name that identifies the group.

      Parameters:
      groupName - The friendly name that identifies the group.
    • getGroupName

      public String getGroupName()

      The friendly name that identifies the group.

      Returns:
      The friendly name that identifies the group.
    • withGroupName

      public Group withGroupName(String groupName)

      The friendly name that identifies the group.

      Parameters:
      groupName - The friendly name that identifies the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setGroupId

      public void setGroupId(String groupId)

      The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.

      Parameters:
      groupId - The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.
    • getGroupId

      public String getGroupId()

      The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.

      Returns:
      The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.
    • withGroupId

      public Group withGroupId(String groupId)

      The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.

      Parameters:
      groupId - The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setArn

      public void setArn(String arn)

      The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.

      Parameters:
      arn - The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.
    • getArn

      public String getArn()

      The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.

      Returns:
      The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.
    • withArn

      public Group withArn(String arn)

      The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.

      Parameters:
      arn - The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setCreateDate

      public void setCreateDate(Date createDate)

      The date and time, in ISO 8601 date-time format, when the group was created.

      Parameters:
      createDate - The date and time, in ISO 8601 date-time format, when the group was created.
    • getCreateDate

      public Date getCreateDate()

      The date and time, in ISO 8601 date-time format, when the group was created.

      Returns:
      The date and time, in ISO 8601 date-time format, when the group was created.
    • withCreateDate

      public Group withCreateDate(Date createDate)

      The date and time, in ISO 8601 date-time format, when the group was created.

      Parameters:
      createDate - The date and time, in ISO 8601 date-time format, when the group was 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 Group clone()
      Overrides:
      clone in class Object