public class ListTopicsDetectionJobsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListTopicsDetectionJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
Identifies the next page of results to return.
|
java.util.List<TopicsDetectionJobProperties> |
getTopicsDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
void |
setTopicsDetectionJobPropertiesList(java.util.Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTopicsDetectionJobsResult |
withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
ListTopicsDetectionJobsResult |
withTopicsDetectionJobPropertiesList(java.util.Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTopicsDetectionJobsResult |
withTopicsDetectionJobPropertiesList(TopicsDetectionJobProperties... topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
public java.util.List<TopicsDetectionJobProperties> getTopicsDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
A list containing the properties of each job that is returned.
public void setTopicsDetectionJobPropertiesList(java.util.Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
topicsDetectionJobPropertiesList - A list containing the properties of each job that is returned.
public ListTopicsDetectionJobsResult withTopicsDetectionJobPropertiesList(TopicsDetectionJobProperties... topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
Returns a reference to this object so that method calls can be chained together.
topicsDetectionJobPropertiesList - A list containing the properties of each job that is returned.
public ListTopicsDetectionJobsResult withTopicsDetectionJobPropertiesList(java.util.Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
Returns a reference to this object so that method calls can be chained together.
topicsDetectionJobPropertiesList - A list containing the properties of each job that is returned.
public java.lang.String getNextToken()
Identifies the next page of results to return.
Constraints:
Length: 1 -
Identifies the next page of results to return.
public void setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Constraints:
Length: 1 -
nextToken - Identifies the next page of results to return.
public ListTopicsDetectionJobsResult withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken - Identifies the next page of results to return.
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.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.