@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)
Marshalls this structured data using the given
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
- KnowledgeBaseStatus
public String getStatus()
KnowledgeBaseStatus
public KnowledgeBaseSummary withStatus(String status)
status
- KnowledgeBaseStatus
public KnowledgeBaseSummary withStatus(KnowledgeBaseStatus status)
status
- KnowledgeBaseStatus
public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public KnowledgeBaseSummary withUpdatedAt(Date updatedAt)
updatedAt
- public String toString()
toString
in class Object
Object.toString()
public KnowledgeBaseSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.