public class GetCurrentUserDataResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GetCurrentUserDataResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getApproximateTotalCount()
The total count of the result, regardless of the current page size.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<UserData> |
getUserDataList()
A list of the user data that is returned.
|
int |
hashCode() |
void |
setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total count of the result, regardless of the current page size.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setUserDataList(java.util.Collection<UserData> userDataList)
A list of the user data that is returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCurrentUserDataResult |
withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total count of the result, regardless of the current page size.
|
GetCurrentUserDataResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
GetCurrentUserDataResult |
withUserDataList(java.util.Collection<UserData> userDataList)
A list of the user data that is returned.
|
GetCurrentUserDataResult |
withUserDataList(UserData... userDataList)
A list of the user data that is returned.
|
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.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 GetCurrentUserDataResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - If there are additional results, this is the token for the next set of results.
public java.util.List<UserData> getUserDataList()
A list of the user data that is returned.
A list of the user data that is returned.
public void setUserDataList(java.util.Collection<UserData> userDataList)
A list of the user data that is returned.
userDataList - A list of the user data that is returned.
public GetCurrentUserDataResult withUserDataList(UserData... userDataList)
A list of the user data that is returned.
Returns a reference to this object so that method calls can be chained together.
userDataList - A list of the user data that is returned.
public GetCurrentUserDataResult withUserDataList(java.util.Collection<UserData> userDataList)
A list of the user data that is returned.
Returns a reference to this object so that method calls can be chained together.
userDataList - A list of the user data that is returned.
public java.lang.Long getApproximateTotalCount()
The total count of the result, regardless of the current page size.
The total count of the result, regardless of the current page size.
public void setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total count of the result, regardless of the current page size.
approximateTotalCount - The total count of the result, regardless of the current page size.
public GetCurrentUserDataResult withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total count of the result, regardless of the current page size.
Returns a reference to this object so that method calls can be chained together.
approximateTotalCount - The total count of the result, regardless of the current page size.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object