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