@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchUserHierarchyGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchUserHierarchyGroupsResult() |
Modifier and Type | Method and Description |
---|---|
SearchUserHierarchyGroupsResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The total number of userHierarchyGroups which matched your search query.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<HierarchyGroup> |
getUserHierarchyGroups()
Information about the userHierarchyGroups.
|
int |
hashCode() |
void |
setApproximateTotalCount(Long approximateTotalCount)
The total number of userHierarchyGroups which matched your search query.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setUserHierarchyGroups(Collection<HierarchyGroup> userHierarchyGroups)
Information about the userHierarchyGroups.
|
String |
toString()
Returns a string representation of this object.
|
SearchUserHierarchyGroupsResult |
withApproximateTotalCount(Long approximateTotalCount)
The total number of userHierarchyGroups which matched your search query.
|
SearchUserHierarchyGroupsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchUserHierarchyGroupsResult |
withUserHierarchyGroups(Collection<HierarchyGroup> userHierarchyGroups)
Information about the userHierarchyGroups.
|
SearchUserHierarchyGroupsResult |
withUserHierarchyGroups(HierarchyGroup... userHierarchyGroups)
Information about the userHierarchyGroups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HierarchyGroup> getUserHierarchyGroups()
Information about the userHierarchyGroups.
public void setUserHierarchyGroups(Collection<HierarchyGroup> userHierarchyGroups)
Information about the userHierarchyGroups.
userHierarchyGroups
- Information about the userHierarchyGroups.public SearchUserHierarchyGroupsResult withUserHierarchyGroups(HierarchyGroup... userHierarchyGroups)
Information about the userHierarchyGroups.
NOTE: This method appends the values to the existing list (if any). Use
setUserHierarchyGroups(java.util.Collection)
or withUserHierarchyGroups(java.util.Collection)
if you want to override the existing values.
userHierarchyGroups
- Information about the userHierarchyGroups.public SearchUserHierarchyGroupsResult withUserHierarchyGroups(Collection<HierarchyGroup> userHierarchyGroups)
Information about the userHierarchyGroups.
userHierarchyGroups
- Information about the userHierarchyGroups.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 SearchUserHierarchyGroupsResult 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 void setApproximateTotalCount(Long approximateTotalCount)
The total number of userHierarchyGroups which matched your search query.
approximateTotalCount
- The total number of userHierarchyGroups which matched your search query.public Long getApproximateTotalCount()
The total number of userHierarchyGroups which matched your search query.
public SearchUserHierarchyGroupsResult withApproximateTotalCount(Long approximateTotalCount)
The total number of userHierarchyGroups which matched your search query.
approximateTotalCount
- The total number of userHierarchyGroups which matched your search query.public String toString()
toString
in class Object
Object.toString()
public SearchUserHierarchyGroupsResult clone()