public class DescribeUserProfilesResult extends Object implements Serializable, Cloneable
Contains the response to a DescribeUserProfiles request.
| Constructor and Description |
|---|
DescribeUserProfilesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<UserProfile> |
getUserProfiles()
A
Users object that describes the specified users. |
int |
hashCode() |
void |
setUserProfiles(Collection<UserProfile> userProfiles)
A
Users object that describes the specified users. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserProfilesResult |
withUserProfiles(Collection<UserProfile> userProfiles)
A
Users object that describes the specified users. |
DescribeUserProfilesResult |
withUserProfiles(UserProfile... userProfiles)
A
Users object that describes the specified users. |
public List<UserProfile> getUserProfiles()
A Users object that describes the specified users.
Users object that describes the specified users.public void setUserProfiles(Collection<UserProfile> userProfiles)
A Users object that describes the specified users.
userProfiles - A Users object that describes the specified users.public DescribeUserProfilesResult withUserProfiles(UserProfile... userProfiles)
A Users object that describes the specified users.
NOTE: This method appends the values to the existing list (if
any). Use setUserProfiles(java.util.Collection) or
withUserProfiles(java.util.Collection) if you want to override
the existing values.
userProfiles - A Users object that describes the specified users.public DescribeUserProfilesResult withUserProfiles(Collection<UserProfile> userProfiles)
A Users object that describes the specified users.
userProfiles - A Users object that describes the specified users.public String toString()
toString in class ObjectObject.toString()public DescribeUserProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.