|
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.services.opsworks.model.DescribeUserProfilesResult
public class DescribeUserProfilesResult
Contains the response to a DescribeUserProfiles request.
| Constructor Summary | |
|---|---|
DescribeUserProfilesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<UserProfile> |
getUserProfiles()
A Users object that describes the specified users. |
int |
hashCode()
|
void |
setUserProfiles(java.util.Collection<UserProfile> userProfiles)
A Users object that describes the specified users. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeUserProfilesResult |
withUserProfiles(java.util.Collection<UserProfile> userProfiles)
A Users object that describes the specified users. |
DescribeUserProfilesResult |
withUserProfiles(UserProfile... userProfiles)
A Users object that describes the specified users. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeUserProfilesResult()
| Method Detail |
|---|
public java.util.List<UserProfile> getUserProfiles()
Users object that describes the specified users.
Users object that describes the specified users.public void setUserProfiles(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||