@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKeywordsForDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListKeywordsForDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
ListKeywordsForDataSourceResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getKeywords()
The list of keywords for the control mapping source.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setKeywords(Collection<String> keywords)
The list of keywords for the control mapping source.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListKeywordsForDataSourceResult |
withKeywords(Collection<String> keywords)
The list of keywords for the control mapping source.
|
ListKeywordsForDataSourceResult |
withKeywords(String... keywords)
The list of keywords for the control mapping source.
|
ListKeywordsForDataSourceResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getKeywords()
The list of keywords for the control mapping source.
public void setKeywords(Collection<String> keywords)
The list of keywords for the control mapping source.
keywords
- The list of keywords for the control mapping source.public ListKeywordsForDataSourceResult withKeywords(String... keywords)
The list of keywords for the control mapping source.
NOTE: This method appends the values to the existing list (if any). Use
setKeywords(java.util.Collection)
or withKeywords(java.util.Collection)
if you want to override
the existing values.
keywords
- The list of keywords for the control mapping source.public ListKeywordsForDataSourceResult withKeywords(Collection<String> keywords)
The list of keywords for the control mapping source.
keywords
- The list of keywords for the control mapping source.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListKeywordsForDataSourceResult withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListKeywordsForDataSourceResult clone()