Struct aws_sdk_inspector::operation::start_assessment_run::builders::StartAssessmentRunOutputBuilder
source · #[non_exhaustive]pub struct StartAssessmentRunOutputBuilder { /* private fields */ }Expand description
A builder for StartAssessmentRunOutput.
Implementations§
source§impl StartAssessmentRunOutputBuilder
impl StartAssessmentRunOutputBuilder
sourcepub fn assessment_run_arn(self, input: impl Into<String>) -> Self
pub fn assessment_run_arn(self, input: impl Into<String>) -> Self
The ARN of the assessment run that has been started.
sourcepub fn set_assessment_run_arn(self, input: Option<String>) -> Self
pub fn set_assessment_run_arn(self, input: Option<String>) -> Self
The ARN of the assessment run that has been started.
sourcepub fn build(self) -> StartAssessmentRunOutput
pub fn build(self) -> StartAssessmentRunOutput
Consumes the builder and constructs a StartAssessmentRunOutput.
Trait Implementations§
source§impl Clone for StartAssessmentRunOutputBuilder
impl Clone for StartAssessmentRunOutputBuilder
source§fn clone(&self) -> StartAssessmentRunOutputBuilder
fn clone(&self) -> StartAssessmentRunOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for StartAssessmentRunOutputBuilder
impl Default for StartAssessmentRunOutputBuilder
source§fn default() -> StartAssessmentRunOutputBuilder
fn default() -> StartAssessmentRunOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartAssessmentRunOutputBuilder> for StartAssessmentRunOutputBuilder
impl PartialEq<StartAssessmentRunOutputBuilder> for StartAssessmentRunOutputBuilder
source§fn eq(&self, other: &StartAssessmentRunOutputBuilder) -> bool
fn eq(&self, other: &StartAssessmentRunOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.