Class CreateGroupRequest

    • Method Detail

      • identityStoreId

        public final String identityStoreId()

        The globally unique identifier for the identity store.

        Returns:
        The globally unique identifier for the identity store.
      • displayName

        public final String displayName()

        A string containing the name of the group. This value is commonly displayed when the group is referenced. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.

        Returns:
        A string containing the name of the group. This value is commonly displayed when the group is referenced. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.
      • description

        public final String description()

        A string containing the description of the group.

        Returns:
        A string containing the description of the group.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object