Struct aws_sdk_databasemigration::types::builders::ReplicationTaskIndividualAssessmentBuilder
source · #[non_exhaustive]pub struct ReplicationTaskIndividualAssessmentBuilder { /* private fields */ }
Expand description
A builder for ReplicationTaskIndividualAssessment
.
Implementations§
source§impl ReplicationTaskIndividualAssessmentBuilder
impl ReplicationTaskIndividualAssessmentBuilder
sourcepub fn replication_task_individual_assessment_arn(
self,
input: impl Into<String>,
) -> Self
pub fn replication_task_individual_assessment_arn( self, input: impl Into<String>, ) -> Self
Amazon Resource Name (ARN) of this individual assessment.
sourcepub fn set_replication_task_individual_assessment_arn(
self,
input: Option<String>,
) -> Self
pub fn set_replication_task_individual_assessment_arn( self, input: Option<String>, ) -> Self
Amazon Resource Name (ARN) of this individual assessment.
sourcepub fn get_replication_task_individual_assessment_arn(&self) -> &Option<String>
pub fn get_replication_task_individual_assessment_arn(&self) -> &Option<String>
Amazon Resource Name (ARN) of this individual assessment.
sourcepub fn replication_task_assessment_run_arn(
self,
input: impl Into<String>,
) -> Self
pub fn replication_task_assessment_run_arn( self, input: impl Into<String>, ) -> Self
ARN of the premigration assessment run that is created to run this individual assessment.
sourcepub fn set_replication_task_assessment_run_arn(
self,
input: Option<String>,
) -> Self
pub fn set_replication_task_assessment_run_arn( self, input: Option<String>, ) -> Self
ARN of the premigration assessment run that is created to run this individual assessment.
sourcepub fn get_replication_task_assessment_run_arn(&self) -> &Option<String>
pub fn get_replication_task_assessment_run_arn(&self) -> &Option<String>
ARN of the premigration assessment run that is created to run this individual assessment.
sourcepub fn individual_assessment_name(self, input: impl Into<String>) -> Self
pub fn individual_assessment_name(self, input: impl Into<String>) -> Self
Name of this individual assessment.
sourcepub fn set_individual_assessment_name(self, input: Option<String>) -> Self
pub fn set_individual_assessment_name(self, input: Option<String>) -> Self
Name of this individual assessment.
sourcepub fn get_individual_assessment_name(&self) -> &Option<String>
pub fn get_individual_assessment_name(&self) -> &Option<String>
Name of this individual assessment.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
Individual assessment status.
This status can have one of the following values:
-
"cancelled"
-
"error"
-
"failed"
-
"passed"
-
"pending"
-
"running"
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
Individual assessment status.
This status can have one of the following values:
-
"cancelled"
-
"error"
-
"failed"
-
"passed"
-
"pending"
-
"running"
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
Individual assessment status.
This status can have one of the following values:
-
"cancelled"
-
"error"
-
"failed"
-
"passed"
-
"pending"
-
"running"
sourcepub fn replication_task_individual_assessment_start_date(
self,
input: DateTime,
) -> Self
pub fn replication_task_individual_assessment_start_date( self, input: DateTime, ) -> Self
Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun
operation.
sourcepub fn set_replication_task_individual_assessment_start_date(
self,
input: Option<DateTime>,
) -> Self
pub fn set_replication_task_individual_assessment_start_date( self, input: Option<DateTime>, ) -> Self
Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun
operation.
sourcepub fn get_replication_task_individual_assessment_start_date(
&self,
) -> &Option<DateTime>
pub fn get_replication_task_individual_assessment_start_date( &self, ) -> &Option<DateTime>
Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun
operation.
sourcepub fn build(self) -> ReplicationTaskIndividualAssessment
pub fn build(self) -> ReplicationTaskIndividualAssessment
Consumes the builder and constructs a ReplicationTaskIndividualAssessment
.
Trait Implementations§
source§impl Clone for ReplicationTaskIndividualAssessmentBuilder
impl Clone for ReplicationTaskIndividualAssessmentBuilder
source§fn clone(&self) -> ReplicationTaskIndividualAssessmentBuilder
fn clone(&self) -> ReplicationTaskIndividualAssessmentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ReplicationTaskIndividualAssessmentBuilder
impl Default for ReplicationTaskIndividualAssessmentBuilder
source§fn default() -> ReplicationTaskIndividualAssessmentBuilder
fn default() -> ReplicationTaskIndividualAssessmentBuilder
source§impl PartialEq for ReplicationTaskIndividualAssessmentBuilder
impl PartialEq for ReplicationTaskIndividualAssessmentBuilder
source§fn eq(&self, other: &ReplicationTaskIndividualAssessmentBuilder) -> bool
fn eq(&self, other: &ReplicationTaskIndividualAssessmentBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ReplicationTaskIndividualAssessmentBuilder
Auto Trait Implementations§
impl Freeze for ReplicationTaskIndividualAssessmentBuilder
impl RefUnwindSafe for ReplicationTaskIndividualAssessmentBuilder
impl Send for ReplicationTaskIndividualAssessmentBuilder
impl Sync for ReplicationTaskIndividualAssessmentBuilder
impl Unpin for ReplicationTaskIndividualAssessmentBuilder
impl UnwindSafe for ReplicationTaskIndividualAssessmentBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more