public class DescribeUserProfilesResult extends Object implements Serializable
Contains the response to a DescribeUserProfiles request.
| Constructor and Description |
|---|
DescribeUserProfilesResult() |
| Modifier and Type | Method and Description |
|---|---|
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()
Users object that describes the specified users.Users object that describes the specified users.public void setUserProfiles(Collection<UserProfile> userProfiles)
Users object that describes the specified users.userProfiles - A Users object that describes the specified users.public DescribeUserProfilesResult withUserProfiles(UserProfile... userProfiles)
Users object that describes the specified users.
Returns a reference to this object so that method calls can be chained together.
userProfiles - A Users object that describes the specified users.public DescribeUserProfilesResult withUserProfiles(Collection<UserProfile> userProfiles)
Users object that describes the specified users.
Returns a reference to this object so that method calls can be chained together.
userProfiles - A Users object that describes the specified users.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.