@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUserProfilesResult() |
Modifier and Type | Method and Description |
---|---|
ListUserProfilesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the previous response was truncated, you will receive this token.
|
List<UserProfileDetails> |
getUserProfiles()
The list of user profiles.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
void |
setUserProfiles(Collection<UserProfileDetails> userProfiles)
The list of user profiles.
|
String |
toString()
Returns a string representation of this object.
|
ListUserProfilesResult |
withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListUserProfilesResult |
withUserProfiles(Collection<UserProfileDetails> userProfiles)
The list of user profiles.
|
ListUserProfilesResult |
withUserProfiles(UserProfileDetails... userProfiles)
The list of user profiles.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserProfileDetails> getUserProfiles()
The list of user profiles.
public void setUserProfiles(Collection<UserProfileDetails> userProfiles)
The list of user profiles.
userProfiles
- The list of user profiles.public ListUserProfilesResult withUserProfiles(UserProfileDetails... userProfiles)
The list of user profiles.
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
- The list of user profiles.public ListUserProfilesResult withUserProfiles(Collection<UserProfileDetails> userProfiles)
The list of user profiles.
userProfiles
- The list of user profiles.public void setNextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.public String getNextToken()
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
public ListUserProfilesResult withNextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListUserProfilesResult clone()