@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKnowledgeBaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateKnowledgeBaseResult() |
Modifier and Type | Method and Description |
---|---|
CreateKnowledgeBaseResult |
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.
|
CreateKnowledgeBaseResult |
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 CreateKnowledgeBaseResult 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 CreateKnowledgeBaseResult clone()