public class DescribeUserProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeUserProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeUserProfilesRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getIamUserArns()
An array of IAM user ARNs that identify the users to be described.
public void setIamUserArns(Collection<String> iamUserArns)
An array of IAM user ARNs that identify the users to be described.
iamUserArns
- An array of IAM user ARNs that identify the users to be described.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.
iamUserArns
- An array of IAM user ARNs that identify the users to be described.public DescribeUserProfilesRequest withIamUserArns(Collection<String> iamUserArns)
An array of IAM user ARNs that identify the users to be described.
iamUserArns
- An array of IAM user ARNs that identify the users to be described.public String toString()
toString
in class Object
Object.toString()
public DescribeUserProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.