@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information of a data source.
Constructor and Description |
---|
DataSourceSummary() |
public void setKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId
- public String getKnowledgeBaseId()
public DataSourceSummary withKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId
- public void setDataSourceId(String dataSourceId)
dataSourceId
- public String getDataSourceId()
public DataSourceSummary withDataSourceId(String dataSourceId)
dataSourceId
- public void setName(String name)
name
- public String getName()
public DataSourceSummary withName(String name)
name
- public void setStatus(String status)
status
- DataSourceStatus
public String getStatus()
DataSourceStatus
public DataSourceSummary withStatus(String status)
status
- DataSourceStatus
public DataSourceSummary withStatus(DataSourceStatus status)
status
- DataSourceStatus
public void setDescription(String description)
description
- public String getDescription()
public DataSourceSummary withDescription(String description)
description
- public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public DataSourceSummary withUpdatedAt(Date updatedAt)
updatedAt
- public String toString()
toString
in class Object
Object.toString()
public DataSourceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.