@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKnowledgeBaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetKnowledgeBaseResult() |
Modifier and Type | Method and Description |
---|---|
GetKnowledgeBaseResult |
clone() |
boolean |
equals(Object obj) |
KnowledgeBase |
getKnowledgeBase()
Contains details about the knowledge base.
|
int |
hashCode() |
void |
setKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
String |
toString()
Returns a string representation of this object.
|
GetKnowledgeBaseResult |
withKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
knowledgeBase
- Contains details about the knowledge base.public KnowledgeBase getKnowledgeBase()
Contains details about the knowledge base.
public GetKnowledgeBaseResult withKnowledgeBase(KnowledgeBase knowledgeBase)
Contains details about the knowledge base.
knowledgeBase
- Contains details about the knowledge base.public String toString()
toString
in class Object
Object.toString()
public GetKnowledgeBaseResult clone()