|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeUserProfilesRequest
public class DescribeUserProfilesRequest
Container for the parameters to the DescribeUserProfiles operation
.
Describe specified users.
AWSOpsWorks.describeUserProfiles(DescribeUserProfilesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeUserProfilesRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeUserProfilesRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |