@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDataSourceRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartDataSourceRunResult() |
Modifier and Type | Method and Description |
---|---|
StartDataSourceRunResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when data source run was created.
|
String |
getDataSourceConfigurationSnapshot()
The configuration snapshot of the data source that is being run.
|
String |
getDataSourceId()
The identifier of the data source.
|
String |
getDomainId()
The identifier of the Amazon DataZone domain in which to start a data source run.
|
DataSourceErrorMessage |
getErrorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
String |
getId()
The identifier of the data source run.
|
String |
getProjectId()
The identifier of the project.
|
RunStatisticsForAssets |
getRunStatisticsForAssets()
Specifies run statistics for assets.
|
Date |
getStartedAt()
The timestamp of when the data source run was started.
|
String |
getStatus()
The status of the data source run.
|
Date |
getStoppedAt()
The timestamp of when the data source run was stopped.
|
String |
getType()
The type of the data source run.
|
Date |
getUpdatedAt()
The timestamp of when the data source run was updated.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when data source run was created.
|
void |
setDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source that is being run.
|
void |
setDataSourceId(String dataSourceId)
The identifier of the data source.
|
void |
setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which to start a data source run.
|
void |
setErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
void |
setId(String id)
The identifier of the data source run.
|
void |
setProjectId(String projectId)
The identifier of the project.
|
void |
setRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
|
void |
setStartedAt(Date startedAt)
The timestamp of when the data source run was started.
|
void |
setStatus(String status)
The status of the data source run.
|
void |
setStoppedAt(Date stoppedAt)
The timestamp of when the data source run was stopped.
|
void |
setType(String type)
The type of the data source run.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the data source run was updated.
|
String |
toString()
Returns a string representation of this object.
|
StartDataSourceRunResult |
withCreatedAt(Date createdAt)
The timestamp of when data source run was created.
|
StartDataSourceRunResult |
withDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source that is being run.
|
StartDataSourceRunResult |
withDataSourceId(String dataSourceId)
The identifier of the data source.
|
StartDataSourceRunResult |
withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which to start a data source run.
|
StartDataSourceRunResult |
withErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
StartDataSourceRunResult |
withId(String id)
The identifier of the data source run.
|
StartDataSourceRunResult |
withProjectId(String projectId)
The identifier of the project.
|
StartDataSourceRunResult |
withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
|
StartDataSourceRunResult |
withStartedAt(Date startedAt)
The timestamp of when the data source run was started.
|
StartDataSourceRunResult |
withStatus(DataSourceRunStatus status)
The status of the data source run.
|
StartDataSourceRunResult |
withStatus(String status)
The status of the data source run.
|
StartDataSourceRunResult |
withStoppedAt(Date stoppedAt)
The timestamp of when the data source run was stopped.
|
StartDataSourceRunResult |
withType(DataSourceRunType type)
The type of the data source run.
|
StartDataSourceRunResult |
withType(String type)
The type of the data source run.
|
StartDataSourceRunResult |
withUpdatedAt(Date updatedAt)
The timestamp of when the data source run was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The timestamp of when data source run was created.
createdAt
- The timestamp of when data source run was created.public Date getCreatedAt()
The timestamp of when data source run was created.
public StartDataSourceRunResult withCreatedAt(Date createdAt)
The timestamp of when data source run was created.
createdAt
- The timestamp of when data source run was created.public void setDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source that is being run.
dataSourceConfigurationSnapshot
- The configuration snapshot of the data source that is being run.public String getDataSourceConfigurationSnapshot()
The configuration snapshot of the data source that is being run.
public StartDataSourceRunResult withDataSourceConfigurationSnapshot(String dataSourceConfigurationSnapshot)
The configuration snapshot of the data source that is being run.
dataSourceConfigurationSnapshot
- The configuration snapshot of the data source that is being run.public void setDataSourceId(String dataSourceId)
The identifier of the data source.
dataSourceId
- The identifier of the data source.public String getDataSourceId()
The identifier of the data source.
public StartDataSourceRunResult withDataSourceId(String dataSourceId)
The identifier of the data source.
dataSourceId
- The identifier of the data source.public void setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which to start a data source run.
domainId
- The identifier of the Amazon DataZone domain in which to start a data source run.public String getDomainId()
The identifier of the Amazon DataZone domain in which to start a data source run.
public StartDataSourceRunResult withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which to start a data source run.
domainId
- The identifier of the Amazon DataZone domain in which to start a data source run.public void setErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
errorMessage
- Specifies the error message that is returned if the operation cannot be successfully completed.public DataSourceErrorMessage getErrorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
public StartDataSourceRunResult withErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
errorMessage
- Specifies the error message that is returned if the operation cannot be successfully completed.public void setId(String id)
The identifier of the data source run.
id
- The identifier of the data source run.public String getId()
The identifier of the data source run.
public StartDataSourceRunResult withId(String id)
The identifier of the data source run.
id
- The identifier of the data source run.public void setProjectId(String projectId)
The identifier of the project.
projectId
- The identifier of the project.public String getProjectId()
The identifier of the project.
public StartDataSourceRunResult withProjectId(String projectId)
The identifier of the project.
projectId
- The identifier of the project.public void setRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
runStatisticsForAssets
- Specifies run statistics for assets.public RunStatisticsForAssets getRunStatisticsForAssets()
Specifies run statistics for assets.
public StartDataSourceRunResult withRunStatisticsForAssets(RunStatisticsForAssets runStatisticsForAssets)
Specifies run statistics for assets.
runStatisticsForAssets
- Specifies run statistics for assets.public void setStartedAt(Date startedAt)
The timestamp of when the data source run was started.
startedAt
- The timestamp of when the data source run was started.public Date getStartedAt()
The timestamp of when the data source run was started.
public StartDataSourceRunResult withStartedAt(Date startedAt)
The timestamp of when the data source run was started.
startedAt
- The timestamp of when the data source run was started.public void setStatus(String status)
The status of the data source run.
status
- The status of the data source run.DataSourceRunStatus
public String getStatus()
The status of the data source run.
DataSourceRunStatus
public StartDataSourceRunResult withStatus(String status)
The status of the data source run.
status
- The status of the data source run.DataSourceRunStatus
public StartDataSourceRunResult withStatus(DataSourceRunStatus status)
The status of the data source run.
status
- The status of the data source run.DataSourceRunStatus
public void setStoppedAt(Date stoppedAt)
The timestamp of when the data source run was stopped.
stoppedAt
- The timestamp of when the data source run was stopped.public Date getStoppedAt()
The timestamp of when the data source run was stopped.
public StartDataSourceRunResult withStoppedAt(Date stoppedAt)
The timestamp of when the data source run was stopped.
stoppedAt
- The timestamp of when the data source run was stopped.public void setType(String type)
The type of the data source run.
type
- The type of the data source run.DataSourceRunType
public String getType()
The type of the data source run.
DataSourceRunType
public StartDataSourceRunResult withType(String type)
The type of the data source run.
type
- The type of the data source run.DataSourceRunType
public StartDataSourceRunResult withType(DataSourceRunType type)
The type of the data source run.
type
- The type of the data source run.DataSourceRunType
public void setUpdatedAt(Date updatedAt)
The timestamp of when the data source run was updated.
updatedAt
- The timestamp of when the data source run was updated.public Date getUpdatedAt()
The timestamp of when the data source run was updated.
public StartDataSourceRunResult withUpdatedAt(Date updatedAt)
The timestamp of when the data source run was updated.
updatedAt
- The timestamp of when the data source run was updated.public String toString()
toString
in class Object
Object.toString()
public StartDataSourceRunResult clone()