@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentKnowledgeBaseSummary extends Object implements Serializable, Cloneable, StructuredPojo
Agent Knowledge Base Summary
Constructor and Description |
---|
AgentKnowledgeBaseSummary() |
Modifier and Type | Method and Description |
---|---|
AgentKnowledgeBaseSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getKnowledgeBaseId() |
String |
getKnowledgeBaseState() |
Date |
getUpdatedAt() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description) |
void |
setKnowledgeBaseId(String knowledgeBaseId) |
void |
setKnowledgeBaseState(String knowledgeBaseState) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString()
Returns a string representation of this object.
|
AgentKnowledgeBaseSummary |
withDescription(String description) |
AgentKnowledgeBaseSummary |
withKnowledgeBaseId(String knowledgeBaseId) |
AgentKnowledgeBaseSummary |
withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState) |
AgentKnowledgeBaseSummary |
withKnowledgeBaseState(String knowledgeBaseState) |
AgentKnowledgeBaseSummary |
withUpdatedAt(Date updatedAt) |
public void setKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId
- public String getKnowledgeBaseId()
public AgentKnowledgeBaseSummary withKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId
- public void setDescription(String description)
description
- public String getDescription()
public AgentKnowledgeBaseSummary withDescription(String description)
description
- public void setKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState
- KnowledgeBaseState
public String getKnowledgeBaseState()
KnowledgeBaseState
public AgentKnowledgeBaseSummary withKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState
- KnowledgeBaseState
public AgentKnowledgeBaseSummary withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
knowledgeBaseState
- KnowledgeBaseState
public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public AgentKnowledgeBaseSummary withUpdatedAt(Date updatedAt)
updatedAt
- public String toString()
toString
in class Object
Object.toString()
public AgentKnowledgeBaseSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.