@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserHierarchyGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUserHierarchyGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListUserHierarchyGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<HierarchyGroupSummary> |
getUserHierarchyGroupSummaryList()
Information about the hierarchy groups.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setUserHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
String |
toString()
Returns a string representation of this object.
|
ListUserHierarchyGroupsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListUserHierarchyGroupsResult |
withUserHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
ListUserHierarchyGroupsResult |
withUserHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HierarchyGroupSummary> getUserHierarchyGroupSummaryList()
Information about the hierarchy groups.
public void setUserHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
userHierarchyGroupSummaryList
- Information about the hierarchy groups.public ListUserHierarchyGroupsResult withUserHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)
Information about the hierarchy groups.
NOTE: This method appends the values to the existing list (if any). Use
setUserHierarchyGroupSummaryList(java.util.Collection)
or
withUserHierarchyGroupSummaryList(java.util.Collection)
if you want to override the existing values.
userHierarchyGroupSummaryList
- Information about the hierarchy groups.public ListUserHierarchyGroupsResult withUserHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
userHierarchyGroupSummaryList
- Information about the hierarchy groups.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListUserHierarchyGroupsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListUserHierarchyGroupsResult clone()