@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetEntriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDatasetEntriesResult() |
Modifier and Type | Method and Description |
---|---|
ListDatasetEntriesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDatasetEntries()
A list of the entries (JSON Lines) within the dataset.
|
String |
getNextToken()
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent
request to retrieve the next set ofdataset entries.
|
int |
hashCode() |
void |
setDatasetEntries(Collection<String> datasetEntries)
A list of the entries (JSON Lines) within the dataset.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent
request to retrieve the next set ofdataset entries.
|
String |
toString()
Returns a string representation of this object.
|
ListDatasetEntriesResult |
withDatasetEntries(Collection<String> datasetEntries)
A list of the entries (JSON Lines) within the dataset.
|
ListDatasetEntriesResult |
withDatasetEntries(String... datasetEntries)
A list of the entries (JSON Lines) within the dataset.
|
ListDatasetEntriesResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent
request to retrieve the next set ofdataset entries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getDatasetEntries()
A list of the entries (JSON Lines) within the dataset.
public void setDatasetEntries(Collection<String> datasetEntries)
A list of the entries (JSON Lines) within the dataset.
datasetEntries
- A list of the entries (JSON Lines) within the dataset.public ListDatasetEntriesResult withDatasetEntries(String... datasetEntries)
A list of the entries (JSON Lines) within the dataset.
NOTE: This method appends the values to the existing list (if any). Use
setDatasetEntries(java.util.Collection)
or withDatasetEntries(java.util.Collection)
if you want
to override the existing values.
datasetEntries
- A list of the entries (JSON Lines) within the dataset.public ListDatasetEntriesResult withDatasetEntries(Collection<String> datasetEntries)
A list of the entries (JSON Lines) within the dataset.
datasetEntries
- A list of the entries (JSON Lines) within the dataset.public void setNextToken(String nextToken)
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.
nextToken
- If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the
subsequent request to retrieve the next set ofdataset entries.public String getNextToken()
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.
public ListDatasetEntriesResult withNextToken(String nextToken)
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.
nextToken
- If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the
subsequent request to retrieve the next set ofdataset entries.public String toString()
toString
in class Object
Object.toString()
public ListDatasetEntriesResult clone()