public class DescribeUserProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 .
NOOP| Constructor and Description |
|---|
DescribeUserProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserProfilesRequest |
clone() |
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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)
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.
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 ObjectObject.toString()public DescribeUserProfilesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.