@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchUserProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
SearchUserProfilesResult() |
| Modifier and Type | Method and Description |
|---|---|
SearchUserProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<UserProfileSummary> |
getItems()
The results of the
SearchUserProfiles action. |
String |
getNextToken()
When the number of results is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. |
int |
hashCode() |
void |
setItems(Collection<UserProfileSummary> items)
The results of the
SearchUserProfiles action. |
void |
setNextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. |
String |
toString()
Returns a string representation of this object.
|
SearchUserProfilesResult |
withItems(Collection<UserProfileSummary> items)
The results of the
SearchUserProfiles action. |
SearchUserProfilesResult |
withItems(UserProfileSummary... items)
The results of the
SearchUserProfiles action. |
SearchUserProfilesResult |
withNextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<UserProfileSummary> getItems()
The results of the SearchUserProfiles action.
SearchUserProfiles action.public void setItems(Collection<UserProfileSummary> items)
The results of the SearchUserProfiles action.
items - The results of the SearchUserProfiles action.public SearchUserProfilesResult withItems(UserProfileSummary... items)
The results of the SearchUserProfiles action.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - The results of the SearchUserProfiles action.public SearchUserProfilesResult withItems(Collection<UserProfileSummary> items)
The results of the SearchUserProfiles action.
items - The results of the SearchUserProfiles action.public void setNextToken(String nextToken)
When the number of results is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. You can specify this NextToken value in a
subsequent call to SearchUserProfiles to list the next set of results.
nextToken - When the number of results is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to SearchUserProfiles to list the next set
of results.public String getNextToken()
When the number of results is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. You can specify this NextToken value in a
subsequent call to SearchUserProfiles to list the next set of results.
MaxResults parameter,
or if you explicitly specify a value for MaxResults that is less than the number of results,
the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to SearchUserProfiles to list the next set
of results.public SearchUserProfilesResult withNextToken(String nextToken)
When the number of results is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. You can specify this NextToken value in a
subsequent call to SearchUserProfiles to list the next set of results.
nextToken - When the number of results is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to SearchUserProfiles to list the next set
of results.public String toString()
toString in class ObjectObject.toString()public SearchUserProfilesResult clone()