@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KnowledgeBaseSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information of a knowledge base.
| Constructor and Description |
|---|
KnowledgeBaseSummary() |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBaseSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getKnowledgeBaseId() |
String |
getName() |
String |
getStatus() |
Date |
getUpdatedAt() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description) |
void |
setKnowledgeBaseId(String knowledgeBaseId) |
void |
setName(String name) |
void |
setStatus(String status) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString()
Returns a string representation of this object.
|
KnowledgeBaseSummary |
withDescription(String description) |
KnowledgeBaseSummary |
withKnowledgeBaseId(String knowledgeBaseId) |
KnowledgeBaseSummary |
withName(String name) |
KnowledgeBaseSummary |
withStatus(KnowledgeBaseStatus status) |
KnowledgeBaseSummary |
withStatus(String status) |
KnowledgeBaseSummary |
withUpdatedAt(Date updatedAt) |
public void setKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId - public String getKnowledgeBaseId()
public KnowledgeBaseSummary withKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId - public void setName(String name)
name - public String getName()
public KnowledgeBaseSummary withName(String name)
name - public void setDescription(String description)
description - public String getDescription()
public KnowledgeBaseSummary withDescription(String description)
description - public void setStatus(String status)
status - KnowledgeBaseStatuspublic String getStatus()
KnowledgeBaseStatuspublic KnowledgeBaseSummary withStatus(String status)
status - KnowledgeBaseStatuspublic KnowledgeBaseSummary withStatus(KnowledgeBaseStatus status)
status - KnowledgeBaseStatuspublic void setUpdatedAt(Date updatedAt)
updatedAt - public Date getUpdatedAt()
public KnowledgeBaseSummary withUpdatedAt(Date updatedAt)
updatedAt - public String toString()
toString in class ObjectObject.toString()public KnowledgeBaseSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.