@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details of the data source.
Constructor and Description |
---|
DataSourceSummary() |
Modifier and Type | Method and Description |
---|---|
DataSourceSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the data source was created.
|
String |
getDataSourceId()
The ID of the data source.
|
String |
getDomainId()
The ID of the Amazon DataZone domain in which the data source exists.
|
String |
getEnableSetting()
Specifies whether the data source is enabled.
|
String |
getEnvironmentId()
The ID of the environment in which the data source exists.
|
Integer |
getLastRunAssetCount()
The count of the assets created during the last data source run.
|
Date |
getLastRunAt()
The timestamp of when the data source run was last performed.
|
DataSourceErrorMessage |
getLastRunErrorMessage() |
String |
getLastRunStatus()
The status of the last data source run.
|
String |
getName()
The name of the data source.
|
ScheduleConfiguration |
getSchedule() |
String |
getStatus()
The status of the data source.
|
String |
getType()
The type of the data source.
|
Date |
getUpdatedAt()
The timestamp of when the data source was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp of when the data source was created.
|
void |
setDataSourceId(String dataSourceId)
The ID of the data source.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
|
void |
setEnableSetting(String enableSetting)
Specifies whether the data source is enabled.
|
void |
setEnvironmentId(String environmentId)
The ID of the environment in which the data source exists.
|
void |
setLastRunAssetCount(Integer lastRunAssetCount)
The count of the assets created during the last data source run.
|
void |
setLastRunAt(Date lastRunAt)
The timestamp of when the data source run was last performed.
|
void |
setLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage) |
void |
setLastRunStatus(String lastRunStatus)
The status of the last data source run.
|
void |
setName(String name)
The name of the data source.
|
void |
setSchedule(ScheduleConfiguration schedule) |
void |
setStatus(String status)
The status of the data source.
|
void |
setType(String type)
The type of the data source.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceSummary |
withCreatedAt(Date createdAt)
The timestamp of when the data source was created.
|
DataSourceSummary |
withDataSourceId(String dataSourceId)
The ID of the data source.
|
DataSourceSummary |
withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
|
DataSourceSummary |
withEnableSetting(EnableSetting enableSetting)
Specifies whether the data source is enabled.
|
DataSourceSummary |
withEnableSetting(String enableSetting)
Specifies whether the data source is enabled.
|
DataSourceSummary |
withEnvironmentId(String environmentId)
The ID of the environment in which the data source exists.
|
DataSourceSummary |
withLastRunAssetCount(Integer lastRunAssetCount)
The count of the assets created during the last data source run.
|
DataSourceSummary |
withLastRunAt(Date lastRunAt)
The timestamp of when the data source run was last performed.
|
DataSourceSummary |
withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage) |
DataSourceSummary |
withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last data source run.
|
DataSourceSummary |
withLastRunStatus(String lastRunStatus)
The status of the last data source run.
|
DataSourceSummary |
withName(String name)
The name of the data source.
|
DataSourceSummary |
withSchedule(ScheduleConfiguration schedule) |
DataSourceSummary |
withStatus(DataSourceStatus status)
The status of the data source.
|
DataSourceSummary |
withStatus(String status)
The status of the data source.
|
DataSourceSummary |
withType(String type)
The type of the data source.
|
DataSourceSummary |
withUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
|
public void setCreatedAt(Date createdAt)
The timestamp of when the data source was created.
createdAt
- The timestamp of when the data source was created.public Date getCreatedAt()
The timestamp of when the data source was created.
public DataSourceSummary withCreatedAt(Date createdAt)
The timestamp of when the data source was created.
createdAt
- The timestamp of when the data source was created.public void setDataSourceId(String dataSourceId)
The ID of the data source.
dataSourceId
- The ID of the data source.public String getDataSourceId()
The ID of the data source.
public DataSourceSummary withDataSourceId(String dataSourceId)
The ID of the data source.
dataSourceId
- The ID of the data source.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
domainId
- The ID of the Amazon DataZone domain in which the data source exists.public String getDomainId()
The ID of the Amazon DataZone domain in which the data source exists.
public DataSourceSummary withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source exists.
domainId
- The ID of the Amazon DataZone domain in which the data source exists.public void setEnableSetting(String enableSetting)
Specifies whether the data source is enabled.
enableSetting
- Specifies whether the data source is enabled.EnableSetting
public String getEnableSetting()
Specifies whether the data source is enabled.
EnableSetting
public DataSourceSummary withEnableSetting(String enableSetting)
Specifies whether the data source is enabled.
enableSetting
- Specifies whether the data source is enabled.EnableSetting
public DataSourceSummary withEnableSetting(EnableSetting enableSetting)
Specifies whether the data source is enabled.
enableSetting
- Specifies whether the data source is enabled.EnableSetting
public void setEnvironmentId(String environmentId)
The ID of the environment in which the data source exists.
environmentId
- The ID of the environment in which the data source exists.public String getEnvironmentId()
The ID of the environment in which the data source exists.
public DataSourceSummary withEnvironmentId(String environmentId)
The ID of the environment in which the data source exists.
environmentId
- The ID of the environment in which the data source exists.public void setLastRunAssetCount(Integer lastRunAssetCount)
The count of the assets created during the last data source run.
lastRunAssetCount
- The count of the assets created during the last data source run.public Integer getLastRunAssetCount()
The count of the assets created during the last data source run.
public DataSourceSummary withLastRunAssetCount(Integer lastRunAssetCount)
The count of the assets created during the last data source run.
lastRunAssetCount
- The count of the assets created during the last data source run.public void setLastRunAt(Date lastRunAt)
The timestamp of when the data source run was last performed.
lastRunAt
- The timestamp of when the data source run was last performed.public Date getLastRunAt()
The timestamp of when the data source run was last performed.
public DataSourceSummary withLastRunAt(Date lastRunAt)
The timestamp of when the data source run was last performed.
lastRunAt
- The timestamp of when the data source run was last performed.public void setLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
lastRunErrorMessage
- public DataSourceErrorMessage getLastRunErrorMessage()
public DataSourceSummary withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
lastRunErrorMessage
- public void setLastRunStatus(String lastRunStatus)
The status of the last data source run.
lastRunStatus
- The status of the last data source run.DataSourceRunStatus
public String getLastRunStatus()
The status of the last data source run.
DataSourceRunStatus
public DataSourceSummary withLastRunStatus(String lastRunStatus)
The status of the last data source run.
lastRunStatus
- The status of the last data source run.DataSourceRunStatus
public DataSourceSummary withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last data source run.
lastRunStatus
- The status of the last data source run.DataSourceRunStatus
public void setName(String name)
The name of the data source.
name
- The name of the data source.public String getName()
The name of the data source.
public DataSourceSummary withName(String name)
The name of the data source.
name
- The name of the data source.public void setSchedule(ScheduleConfiguration schedule)
schedule
- public ScheduleConfiguration getSchedule()
public DataSourceSummary withSchedule(ScheduleConfiguration schedule)
schedule
- public void setStatus(String status)
The status of the data source.
status
- The status of the data source.DataSourceStatus
public String getStatus()
The status of the data source.
DataSourceStatus
public DataSourceSummary withStatus(String status)
The status of the data source.
status
- The status of the data source.DataSourceStatus
public DataSourceSummary withStatus(DataSourceStatus status)
The status of the data source.
status
- The status of the data source.DataSourceStatus
public void setType(String type)
The type of the data source.
type
- The type of the data source.public String getType()
The type of the data source.
public DataSourceSummary withType(String type)
The type of the data source.
type
- The type of the data source.public void setUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
updatedAt
- The timestamp of when the data source was updated.public Date getUpdatedAt()
The timestamp of when the data source was updated.
public DataSourceSummary withUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
updatedAt
- The timestamp of when the data source was updated.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.