@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchSkillGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchSkillGroupsResult() |
Modifier and Type | Method and Description |
---|---|
SearchSkillGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token returned to indicate that there is more data available.
|
List<SkillGroupData> |
getSkillGroups()
The skill groups that meet the filter criteria, in sort order.
|
Integer |
getTotalCount()
The total number of skill groups returned.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
void |
setSkillGroups(Collection<SkillGroupData> skillGroups)
The skill groups that meet the filter criteria, in sort order.
|
void |
setTotalCount(Integer totalCount)
The total number of skill groups returned.
|
String |
toString()
Returns a string representation of this object.
|
SearchSkillGroupsResult |
withNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchSkillGroupsResult |
withSkillGroups(Collection<SkillGroupData> skillGroups)
The skill groups that meet the filter criteria, in sort order.
|
SearchSkillGroupsResult |
withSkillGroups(SkillGroupData... skillGroups)
The skill groups that meet the filter criteria, in sort order.
|
SearchSkillGroupsResult |
withTotalCount(Integer totalCount)
The total number of skill groups returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SkillGroupData> getSkillGroups()
The skill groups that meet the filter criteria, in sort order.
public void setSkillGroups(Collection<SkillGroupData> skillGroups)
The skill groups that meet the filter criteria, in sort order.
skillGroups
- The skill groups that meet the filter criteria, in sort order.public SearchSkillGroupsResult withSkillGroups(SkillGroupData... skillGroups)
The skill groups that meet the filter criteria, in sort order.
NOTE: This method appends the values to the existing list (if any). Use
setSkillGroups(java.util.Collection)
or withSkillGroups(java.util.Collection)
if you want to
override the existing values.
skillGroups
- The skill groups that meet the filter criteria, in sort order.public SearchSkillGroupsResult withSkillGroups(Collection<SkillGroupData> skillGroups)
The skill groups that meet the filter criteria, in sort order.
skillGroups
- The skill groups that meet the filter criteria, in sort order.public void setNextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken
- The token returned to indicate that there is more data available.public String getNextToken()
The token returned to indicate that there is more data available.
public SearchSkillGroupsResult withNextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken
- The token returned to indicate that there is more data available.public void setTotalCount(Integer totalCount)
The total number of skill groups returned.
totalCount
- The total number of skill groups returned.public Integer getTotalCount()
The total number of skill groups returned.
public SearchSkillGroupsResult withTotalCount(Integer totalCount)
The total number of skill groups returned.
totalCount
- The total number of skill groups returned.public String toString()
toString
in class Object
Object.toString()
public SearchSkillGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.