@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserProficienciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUserProficienciesResult() |
Modifier and Type | Method and Description |
---|---|
ListUserProficienciesResult |
clone() |
boolean |
equals(Object obj) |
String |
getLastModifiedRegion()
The region in which a user's proficiencies were last modified.
|
Date |
getLastModifiedTime()
The last time that the user's proficiencies are were modified.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<UserProficiency> |
getUserProficiencyList()
Information about the user proficiencies.
|
int |
hashCode() |
void |
setLastModifiedRegion(String lastModifiedRegion)
The region in which a user's proficiencies were last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The last time that the user's proficiencies are were modified.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setUserProficiencyList(Collection<UserProficiency> userProficiencyList)
Information about the user proficiencies.
|
String |
toString()
Returns a string representation of this object.
|
ListUserProficienciesResult |
withLastModifiedRegion(String lastModifiedRegion)
The region in which a user's proficiencies were last modified.
|
ListUserProficienciesResult |
withLastModifiedTime(Date lastModifiedTime)
The last time that the user's proficiencies are were modified.
|
ListUserProficienciesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListUserProficienciesResult |
withUserProficiencyList(Collection<UserProficiency> userProficiencyList)
Information about the user proficiencies.
|
ListUserProficienciesResult |
withUserProficiencyList(UserProficiency... userProficiencyList)
Information about the user proficiencies.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListUserProficienciesResult 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 List<UserProficiency> getUserProficiencyList()
Information about the user proficiencies.
public void setUserProficiencyList(Collection<UserProficiency> userProficiencyList)
Information about the user proficiencies.
userProficiencyList
- Information about the user proficiencies.public ListUserProficienciesResult withUserProficiencyList(UserProficiency... userProficiencyList)
Information about the user proficiencies.
NOTE: This method appends the values to the existing list (if any). Use
setUserProficiencyList(java.util.Collection)
or withUserProficiencyList(java.util.Collection)
if you want to override the existing values.
userProficiencyList
- Information about the user proficiencies.public ListUserProficienciesResult withUserProficiencyList(Collection<UserProficiency> userProficiencyList)
Information about the user proficiencies.
userProficiencyList
- Information about the user proficiencies.public void setLastModifiedTime(Date lastModifiedTime)
The last time that the user's proficiencies are were modified.
lastModifiedTime
- The last time that the user's proficiencies are were modified.public Date getLastModifiedTime()
The last time that the user's proficiencies are were modified.
public ListUserProficienciesResult withLastModifiedTime(Date lastModifiedTime)
The last time that the user's proficiencies are were modified.
lastModifiedTime
- The last time that the user's proficiencies are were modified.public void setLastModifiedRegion(String lastModifiedRegion)
The region in which a user's proficiencies were last modified.
lastModifiedRegion
- The region in which a user's proficiencies were last modified.public String getLastModifiedRegion()
The region in which a user's proficiencies were last modified.
public ListUserProficienciesResult withLastModifiedRegion(String lastModifiedRegion)
The region in which a user's proficiencies were last modified.
lastModifiedRegion
- The region in which a user's proficiencies were last modified.public String toString()
toString
in class Object
Object.toString()
public ListUserProficienciesResult clone()