public class DescribeUserProfilesRequest extends AmazonWebServiceRequest implements Serializable
DescribeUserProfiles operation
.
Describe specified users.
Required Permissions : To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
Constructor and Description |
---|
DescribeUserProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getIamUserArns()
An array of IAM user ARNs that identify the users to be described.
|
int |
hashCode() |
void |
setIamUserArns(Collection<String> iamUserArns)
An array of IAM user ARNs that identify the users to be described.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserProfilesRequest |
withIamUserArns(Collection<String> iamUserArns)
An array of IAM user ARNs that identify the users to be described.
|
DescribeUserProfilesRequest |
withIamUserArns(String... iamUserArns)
An array of IAM user ARNs that identify the users to be described.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public List<String> getIamUserArns()
public void setIamUserArns(Collection<String> iamUserArns)
iamUserArns
- An array of IAM user ARNs that identify the users to be described.public DescribeUserProfilesRequest withIamUserArns(String... iamUserArns)
Returns a reference to this object so that method calls can be chained together.
iamUserArns
- An array of IAM user ARNs that identify the users to be described.public DescribeUserProfilesRequest withIamUserArns(Collection<String> iamUserArns)
Returns a reference to this object so that method calls can be chained together.
iamUserArns
- An array of IAM user ARNs that identify the users to be described.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.