Struct aws_sdk_datazone::operation::get_data_source_run::builders::GetDataSourceRunOutputBuilder
source · #[non_exhaustive]pub struct GetDataSourceRunOutputBuilder { /* private fields */ }
Expand description
A builder for GetDataSourceRunOutput
.
Implementations§
source§impl GetDataSourceRunOutputBuilder
impl GetDataSourceRunOutputBuilder
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The ID of the domain in which this data source run was performed.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The ID of the domain in which this data source run was performed.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The ID of the domain in which this data source run was performed.
sourcepub fn data_source_id(self, input: impl Into<String>) -> Self
pub fn data_source_id(self, input: impl Into<String>) -> Self
The ID of the data source for this data source run.
sourcepub fn set_data_source_id(self, input: Option<String>) -> Self
pub fn set_data_source_id(self, input: Option<String>) -> Self
The ID of the data source for this data source run.
sourcepub fn get_data_source_id(&self) -> &Option<String>
pub fn get_data_source_id(&self) -> &Option<String>
The ID of the data source for this data source run.
sourcepub fn project_id(self, input: impl Into<String>) -> Self
pub fn project_id(self, input: impl Into<String>) -> Self
The ID of the project in which this data source run occured.
sourcepub fn set_project_id(self, input: Option<String>) -> Self
pub fn set_project_id(self, input: Option<String>) -> Self
The ID of the project in which this data source run occured.
sourcepub fn get_project_id(&self) -> &Option<String>
pub fn get_project_id(&self) -> &Option<String>
The ID of the project in which this data source run occured.
sourcepub fn status(self, input: DataSourceRunStatus) -> Self
pub fn status(self, input: DataSourceRunStatus) -> Self
The status of this data source run.
sourcepub fn set_status(self, input: Option<DataSourceRunStatus>) -> Self
pub fn set_status(self, input: Option<DataSourceRunStatus>) -> Self
The status of this data source run.
sourcepub fn get_status(&self) -> &Option<DataSourceRunStatus>
pub fn get_status(&self) -> &Option<DataSourceRunStatus>
The status of this data source run.
sourcepub fn type(self, input: DataSourceRunType) -> Self
pub fn type(self, input: DataSourceRunType) -> Self
The type of this data source run.
sourcepub fn set_type(self, input: Option<DataSourceRunType>) -> Self
pub fn set_type(self, input: Option<DataSourceRunType>) -> Self
The type of this data source run.
sourcepub fn get_type(&self) -> &Option<DataSourceRunType>
pub fn get_type(&self) -> &Option<DataSourceRunType>
The type of this data source run.
sourcepub fn data_source_configuration_snapshot(
self,
input: impl Into<String>
) -> Self
pub fn data_source_configuration_snapshot( self, input: impl Into<String> ) -> Self
The configuration snapshot of the data source run.
sourcepub fn set_data_source_configuration_snapshot(
self,
input: Option<String>
) -> Self
pub fn set_data_source_configuration_snapshot( self, input: Option<String> ) -> Self
The configuration snapshot of the data source run.
sourcepub fn get_data_source_configuration_snapshot(&self) -> &Option<String>
pub fn get_data_source_configuration_snapshot(&self) -> &Option<String>
The configuration snapshot of the data source run.
sourcepub fn run_statistics_for_assets(self, input: RunStatisticsForAssets) -> Self
pub fn run_statistics_for_assets(self, input: RunStatisticsForAssets) -> Self
The asset statistics from this data source run.
sourcepub fn set_run_statistics_for_assets(
self,
input: Option<RunStatisticsForAssets>
) -> Self
pub fn set_run_statistics_for_assets( self, input: Option<RunStatisticsForAssets> ) -> Self
The asset statistics from this data source run.
sourcepub fn get_run_statistics_for_assets(&self) -> &Option<RunStatisticsForAssets>
pub fn get_run_statistics_for_assets(&self) -> &Option<RunStatisticsForAssets>
The asset statistics from this data source run.
sourcepub fn error_message(self, input: DataSourceErrorMessage) -> Self
pub fn error_message(self, input: DataSourceErrorMessage) -> Self
Specifies the error message that is returned if the operation cannot be successfully completed.
sourcepub fn set_error_message(self, input: Option<DataSourceErrorMessage>) -> Self
pub fn set_error_message(self, input: Option<DataSourceErrorMessage>) -> Self
Specifies the error message that is returned if the operation cannot be successfully completed.
sourcepub fn get_error_message(&self) -> &Option<DataSourceErrorMessage>
pub fn get_error_message(&self) -> &Option<DataSourceErrorMessage>
Specifies the error message that is returned if the operation cannot be successfully completed.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when the data source run was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp of when the data source run was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when the data source run was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp of when this data source run was updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The timestamp of when this data source run was updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp of when this data source run was updated.
sourcepub fn started_at(self, input: DateTime) -> Self
pub fn started_at(self, input: DateTime) -> Self
The timestamp of when this data source run started.
sourcepub fn set_started_at(self, input: Option<DateTime>) -> Self
pub fn set_started_at(self, input: Option<DateTime>) -> Self
The timestamp of when this data source run started.
sourcepub fn get_started_at(&self) -> &Option<DateTime>
pub fn get_started_at(&self) -> &Option<DateTime>
The timestamp of when this data source run started.
sourcepub fn stopped_at(self, input: DateTime) -> Self
pub fn stopped_at(self, input: DateTime) -> Self
The timestamp of when this data source run stopped.
sourcepub fn set_stopped_at(self, input: Option<DateTime>) -> Self
pub fn set_stopped_at(self, input: Option<DateTime>) -> Self
The timestamp of when this data source run stopped.
sourcepub fn get_stopped_at(&self) -> &Option<DateTime>
pub fn get_stopped_at(&self) -> &Option<DateTime>
The timestamp of when this data source run stopped.
sourcepub fn build(self) -> GetDataSourceRunOutput
pub fn build(self) -> GetDataSourceRunOutput
Consumes the builder and constructs a GetDataSourceRunOutput
.
Trait Implementations§
source§impl Clone for GetDataSourceRunOutputBuilder
impl Clone for GetDataSourceRunOutputBuilder
source§fn clone(&self) -> GetDataSourceRunOutputBuilder
fn clone(&self) -> GetDataSourceRunOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetDataSourceRunOutputBuilder
impl Default for GetDataSourceRunOutputBuilder
source§fn default() -> GetDataSourceRunOutputBuilder
fn default() -> GetDataSourceRunOutputBuilder
source§impl PartialEq for GetDataSourceRunOutputBuilder
impl PartialEq for GetDataSourceRunOutputBuilder
source§fn eq(&self, other: &GetDataSourceRunOutputBuilder) -> bool
fn eq(&self, other: &GetDataSourceRunOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.