|
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(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeUserProfilesResult()
Method Detail |
---|
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 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 |