@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKnowledgeBasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListKnowledgeBasesResult() |
Modifier and Type | Method and Description |
---|---|
ListKnowledgeBasesResult |
clone() |
boolean |
equals(Object obj) |
List<KnowledgeBaseSummary> |
getKnowledgeBaseSummaries()
Information about the knowledge bases.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setKnowledgeBaseSummaries(Collection<KnowledgeBaseSummary> knowledgeBaseSummaries)
Information about the knowledge bases.
|
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.
|
ListKnowledgeBasesResult |
withKnowledgeBaseSummaries(Collection<KnowledgeBaseSummary> knowledgeBaseSummaries)
Information about the knowledge bases.
|
ListKnowledgeBasesResult |
withKnowledgeBaseSummaries(KnowledgeBaseSummary... knowledgeBaseSummaries)
Information about the knowledge bases.
|
ListKnowledgeBasesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<KnowledgeBaseSummary> getKnowledgeBaseSummaries()
Information about the knowledge bases.
public void setKnowledgeBaseSummaries(Collection<KnowledgeBaseSummary> knowledgeBaseSummaries)
Information about the knowledge bases.
knowledgeBaseSummaries
- Information about the knowledge bases.public ListKnowledgeBasesResult withKnowledgeBaseSummaries(KnowledgeBaseSummary... knowledgeBaseSummaries)
Information about the knowledge bases.
NOTE: This method appends the values to the existing list (if any). Use
setKnowledgeBaseSummaries(java.util.Collection)
or
withKnowledgeBaseSummaries(java.util.Collection)
if you want to override the existing values.
knowledgeBaseSummaries
- Information about the knowledge bases.public ListKnowledgeBasesResult withKnowledgeBaseSummaries(Collection<KnowledgeBaseSummary> knowledgeBaseSummaries)
Information about the knowledge bases.
knowledgeBaseSummaries
- Information about the knowledge bases.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 ListKnowledgeBasesResult 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 ListKnowledgeBasesResult clone()