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