@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestionJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information of an ingestion job.
Constructor and Description |
---|
IngestionJobSummary() |
public void setKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId
- public String getKnowledgeBaseId()
public IngestionJobSummary withKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId
- public void setDataSourceId(String dataSourceId)
dataSourceId
- public String getDataSourceId()
public IngestionJobSummary withDataSourceId(String dataSourceId)
dataSourceId
- public void setIngestionJobId(String ingestionJobId)
ingestionJobId
- public String getIngestionJobId()
public IngestionJobSummary withIngestionJobId(String ingestionJobId)
ingestionJobId
- public void setDescription(String description)
description
- public String getDescription()
public IngestionJobSummary withDescription(String description)
description
- public void setStatus(String status)
status
- IngestionJobStatus
public String getStatus()
IngestionJobStatus
public IngestionJobSummary withStatus(String status)
status
- IngestionJobStatus
public IngestionJobSummary withStatus(IngestionJobStatus status)
status
- IngestionJobStatus
public void setStartedAt(Date startedAt)
startedAt
- public Date getStartedAt()
public IngestionJobSummary withStartedAt(Date startedAt)
startedAt
- public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public IngestionJobSummary withUpdatedAt(Date updatedAt)
updatedAt
- public void setStatistics(IngestionJobStatistics statistics)
statistics
- public IngestionJobStatistics getStatistics()
public IngestionJobSummary withStatistics(IngestionJobStatistics statistics)
statistics
- public String toString()
toString
in class Object
Object.toString()
public IngestionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.