public class DescribeUserProfilesResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeUserProfiles request.
| コンストラクタと説明 |
|---|
DescribeUserProfilesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object