Struct aws_sdk_databasemigration::operation::describe_applicable_individual_assessments::builders::DescribeApplicableIndividualAssessmentsInputBuilder
source · #[non_exhaustive]pub struct DescribeApplicableIndividualAssessmentsInputBuilder { /* private fields */ }
Expand description
A builder for DescribeApplicableIndividualAssessmentsInput
.
Implementations§
source§impl DescribeApplicableIndividualAssessmentsInputBuilder
impl DescribeApplicableIndividualAssessmentsInputBuilder
sourcepub fn replication_task_arn(self, input: impl Into<String>) -> Self
pub fn replication_task_arn(self, input: impl Into<String>) -> Self
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
sourcepub fn set_replication_task_arn(self, input: Option<String>) -> Self
pub fn set_replication_task_arn(self, input: Option<String>) -> Self
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
sourcepub fn get_replication_task_arn(&self) -> &Option<String>
pub fn get_replication_task_arn(&self) -> &Option<String>
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
sourcepub fn replication_instance_arn(self, input: impl Into<String>) -> Self
pub fn replication_instance_arn(self, input: impl Into<String>) -> Self
ARN of a replication instance on which you want to base the default list of individual assessments.
sourcepub fn set_replication_instance_arn(self, input: Option<String>) -> Self
pub fn set_replication_instance_arn(self, input: Option<String>) -> Self
ARN of a replication instance on which you want to base the default list of individual assessments.
sourcepub fn get_replication_instance_arn(&self) -> &Option<String>
pub fn get_replication_instance_arn(&self) -> &Option<String>
ARN of a replication instance on which you want to base the default list of individual assessments.
sourcepub fn source_engine_name(self, input: impl Into<String>) -> Self
pub fn source_engine_name(self, input: impl Into<String>) -> Self
Name of a database engine that the specified replication instance supports as a source.
sourcepub fn set_source_engine_name(self, input: Option<String>) -> Self
pub fn set_source_engine_name(self, input: Option<String>) -> Self
Name of a database engine that the specified replication instance supports as a source.
sourcepub fn get_source_engine_name(&self) -> &Option<String>
pub fn get_source_engine_name(&self) -> &Option<String>
Name of a database engine that the specified replication instance supports as a source.
sourcepub fn target_engine_name(self, input: impl Into<String>) -> Self
pub fn target_engine_name(self, input: impl Into<String>) -> Self
Name of a database engine that the specified replication instance supports as a target.
sourcepub fn set_target_engine_name(self, input: Option<String>) -> Self
pub fn set_target_engine_name(self, input: Option<String>) -> Self
Name of a database engine that the specified replication instance supports as a target.
sourcepub fn get_target_engine_name(&self) -> &Option<String>
pub fn get_target_engine_name(&self) -> &Option<String>
Name of a database engine that the specified replication instance supports as a target.
sourcepub fn migration_type(self, input: MigrationTypeValue) -> Self
pub fn migration_type(self, input: MigrationTypeValue) -> Self
Name of the migration type that each provided individual assessment must support.
sourcepub fn set_migration_type(self, input: Option<MigrationTypeValue>) -> Self
pub fn set_migration_type(self, input: Option<MigrationTypeValue>) -> Self
Name of the migration type that each provided individual assessment must support.
sourcepub fn get_migration_type(&self) -> &Option<MigrationTypeValue>
pub fn get_migration_type(&self) -> &Option<MigrationTypeValue>
Name of the migration type that each provided individual assessment must support.
sourcepub fn max_records(self, input: i32) -> Self
pub fn max_records(self, input: i32) -> Self
Maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
sourcepub fn set_max_records(self, input: Option<i32>) -> Self
pub fn set_max_records(self, input: Option<i32>) -> Self
Maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
sourcepub fn get_max_records(&self) -> &Option<i32>
pub fn get_max_records(&self) -> &Option<i32>
Maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn build(
self
) -> Result<DescribeApplicableIndividualAssessmentsInput, BuildError>
pub fn build( self ) -> Result<DescribeApplicableIndividualAssessmentsInput, BuildError>
Consumes the builder and constructs a DescribeApplicableIndividualAssessmentsInput
.
source§impl DescribeApplicableIndividualAssessmentsInputBuilder
impl DescribeApplicableIndividualAssessmentsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeApplicableIndividualAssessmentsOutput, SdkError<DescribeApplicableIndividualAssessmentsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeApplicableIndividualAssessmentsOutput, SdkError<DescribeApplicableIndividualAssessmentsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeApplicableIndividualAssessmentsInputBuilder
impl Clone for DescribeApplicableIndividualAssessmentsInputBuilder
source§fn clone(&self) -> DescribeApplicableIndividualAssessmentsInputBuilder
fn clone(&self) -> DescribeApplicableIndividualAssessmentsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeApplicableIndividualAssessmentsInputBuilder
impl Default for DescribeApplicableIndividualAssessmentsInputBuilder
source§fn default() -> DescribeApplicableIndividualAssessmentsInputBuilder
fn default() -> DescribeApplicableIndividualAssessmentsInputBuilder
source§impl PartialEq for DescribeApplicableIndividualAssessmentsInputBuilder
impl PartialEq for DescribeApplicableIndividualAssessmentsInputBuilder
source§fn eq(
&self,
other: &DescribeApplicableIndividualAssessmentsInputBuilder
) -> bool
fn eq( &self, other: &DescribeApplicableIndividualAssessmentsInputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeApplicableIndividualAssessmentsInputBuilder
Auto Trait Implementations§
impl Freeze for DescribeApplicableIndividualAssessmentsInputBuilder
impl RefUnwindSafe for DescribeApplicableIndividualAssessmentsInputBuilder
impl Send for DescribeApplicableIndividualAssessmentsInputBuilder
impl Sync for DescribeApplicableIndividualAssessmentsInputBuilder
impl Unpin for DescribeApplicableIndividualAssessmentsInputBuilder
impl UnwindSafe for DescribeApplicableIndividualAssessmentsInputBuilder
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> 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