public class AdminListGroupsForUserResult extends Object implements Serializable
| Constructor and Description |
|---|
AdminListGroupsForUserResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<GroupType> |
getGroups()
The groups that the user belongs to.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
int |
hashCode() |
void |
setGroups(Collection<GroupType> groups)
The groups that the user belongs to.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdminListGroupsForUserResult |
withGroups(Collection<GroupType> groups)
The groups that the user belongs to.
|
AdminListGroupsForUserResult |
withGroups(GroupType... groups)
The groups that the user belongs to.
|
AdminListGroupsForUserResult |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
public List<GroupType> getGroups()
The groups that the user belongs to.
The groups that the user belongs to.
public void setGroups(Collection<GroupType> groups)
The groups that the user belongs to.
groups - The groups that the user belongs to.
public AdminListGroupsForUserResult withGroups(GroupType... groups)
The groups that the user belongs to.
Returns a reference to this object so that method calls can be chained together.
groups - The groups that the user belongs to.
public AdminListGroupsForUserResult withGroups(Collection<GroupType> groups)
The groups that the user belongs to.
Returns a reference to this object so that method calls can be chained together.
groups - The groups that the user belongs to.
public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public AdminListGroupsForUserResult withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.