@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSentimentDetectionJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSentimentDetectionJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListSentimentDetectionJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Identifies the next page of results to return.
|
List<SentimentDetectionJobProperties> |
getSentimentDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
void |
setSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
String |
toString()
Returns a string representation of this object.
|
ListSentimentDetectionJobsResult |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
ListSentimentDetectionJobsResult |
withSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListSentimentDetectionJobsResult |
withSentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SentimentDetectionJobProperties> getSentimentDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
public void setSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
sentimentDetectionJobPropertiesList
- A list containing the properties of each job that is returned.public ListSentimentDetectionJobsResult withSentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
NOTE: This method appends the values to the existing list (if any). Use
setSentimentDetectionJobPropertiesList(java.util.Collection)
or
withSentimentDetectionJobPropertiesList(java.util.Collection)
if you want to override the existing
values.
sentimentDetectionJobPropertiesList
- A list containing the properties of each job that is returned.public ListSentimentDetectionJobsResult withSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
sentimentDetectionJobPropertiesList
- A list containing the properties of each job that is returned.public void setNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public String getNextToken()
Identifies the next page of results to return.
public ListSentimentDetectionJobsResult withNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public String toString()
toString
in class Object
Object.toString()
public ListSentimentDetectionJobsResult clone()