Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Class DescribeUserProfilesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.opsworks.model.DescribeUserProfilesRequest
All Implemented Interfaces:
Serializable

public class DescribeUserProfilesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeUserProfiles operation.

Describe specified users.

See Also:
AWSOpsWorks.describeUserProfiles(DescribeUserProfilesRequest), Serialized Form

Constructor 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

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.

Returns a reference to this object so that method calls can be chained together.

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

Returns a reference to this object so that method calls can be chained together.

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.