Class DescribeUserProfilesRequest

    • Constructor Detail

      • DescribeUserProfilesRequest

        public DescribeUserProfilesRequest()
    • Method Detail

      • getIamUserArns

        public List<String> getIamUserArns()

        An array of IAM user ARNs that identify the users to be described.

        Returns:
        An array of IAM user ARNs that identify the users to be described.
      • setIamUserArns

        public void setIamUserArns​(Collection<String> iamUserArns)

        An array of IAM user ARNs that identify the users to be described.

        Parameters:
        iamUserArns - An array of IAM user ARNs that identify the users to be described.
      • withIamUserArns

        public DescribeUserProfilesRequest withIamUserArns​(String... iamUserArns)

        An array of IAM user ARNs that identify the users to be described.

        NOTE: This method appends the values to the existing list (if any). Use setIamUserArns(java.util.Collection) or withIamUserArns(java.util.Collection) if you want to override the existing values.

        Parameters:
        iamUserArns - An array of IAM user ARNs that identify the users to be described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withIamUserArns

        public DescribeUserProfilesRequest withIamUserArns​(Collection<String> iamUserArns)

        An array of IAM user ARNs that identify the users to be described.

        Parameters:
        iamUserArns - An array of IAM user ARNs that identify the users to be described.
        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