@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdentityResolutionJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIdentityResolutionJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListIdentityResolutionJobsResult |
clone() |
boolean |
equals(Object obj) |
List<IdentityResolutionJob> |
getIdentityResolutionJobsList()
A list of Identity Resolution Jobs.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setIdentityResolutionJobsList(Collection<IdentityResolutionJob> identityResolutionJobsList)
A list of Identity Resolution Jobs.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListIdentityResolutionJobsResult |
withIdentityResolutionJobsList(Collection<IdentityResolutionJob> identityResolutionJobsList)
A list of Identity Resolution Jobs.
|
ListIdentityResolutionJobsResult |
withIdentityResolutionJobsList(IdentityResolutionJob... identityResolutionJobsList)
A list of Identity Resolution Jobs.
|
ListIdentityResolutionJobsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IdentityResolutionJob> getIdentityResolutionJobsList()
A list of Identity Resolution Jobs.
public void setIdentityResolutionJobsList(Collection<IdentityResolutionJob> identityResolutionJobsList)
A list of Identity Resolution Jobs.
identityResolutionJobsList
- A list of Identity Resolution Jobs.public ListIdentityResolutionJobsResult withIdentityResolutionJobsList(IdentityResolutionJob... identityResolutionJobsList)
A list of Identity Resolution Jobs.
NOTE: This method appends the values to the existing list (if any). Use
setIdentityResolutionJobsList(java.util.Collection)
or
withIdentityResolutionJobsList(java.util.Collection)
if you want to override the existing values.
identityResolutionJobsList
- A list of Identity Resolution Jobs.public ListIdentityResolutionJobsResult withIdentityResolutionJobsList(Collection<IdentityResolutionJob> identityResolutionJobsList)
A list of Identity Resolution Jobs.
identityResolutionJobsList
- A list of Identity Resolution Jobs.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 ListIdentityResolutionJobsResult 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 ListIdentityResolutionJobsResult clone()