@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUsersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListUsersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A string returned in the response.
|
List<UserSummary> |
getUserSummaryList()
An array of
UserSummary objects that contain information about the users in your instance. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A string returned in the response.
|
void |
setUserSummaryList(Collection<UserSummary> userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
String |
toString()
Returns a string representation of this object.
|
ListUsersResult |
withNextToken(String nextToken)
A string returned in the response.
|
ListUsersResult |
withUserSummaryList(Collection<UserSummary> userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
ListUsersResult |
withUserSummaryList(UserSummary... userSummaryList)
An array of
UserSummary objects that contain information about the users in your instance. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<UserSummary> getUserSummaryList()
An array of UserSummary objects that contain information about the users in your instance.
UserSummary objects that contain information about the users in your instance.public void setUserSummaryList(Collection<UserSummary> userSummaryList)
An array of UserSummary objects that contain information about the users in your instance.
userSummaryList - An array of UserSummary objects that contain information about the users in your instance.public ListUsersResult withUserSummaryList(UserSummary... userSummaryList)
An array of UserSummary objects that contain information about the users in your instance.
NOTE: This method appends the values to the existing list (if any). Use
setUserSummaryList(java.util.Collection) or withUserSummaryList(java.util.Collection) if you
want to override the existing values.
userSummaryList - An array of UserSummary objects that contain information about the users in your instance.public ListUsersResult withUserSummaryList(Collection<UserSummary> userSummaryList)
An array of UserSummary objects that contain information about the users in your instance.
userSummaryList - An array of UserSummary objects that contain information about the users in your instance.public void setNextToken(String nextToken)
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
nextToken - A string returned in the response. Use the value returned in the response as the value of the NextToken in
a subsequent request to retrieve the next set of results.public String getNextToken()
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
public ListUsersResult withNextToken(String nextToken)
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
nextToken - A string returned in the response. Use the value returned in the response as the value of the NextToken in
a subsequent request to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListUsersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.