Struct aws_sdk_databasemigration::operation::describe_applicable_individual_assessments::builders::DescribeApplicableIndividualAssessmentsOutputBuilder
source · #[non_exhaustive]pub struct DescribeApplicableIndividualAssessmentsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeApplicableIndividualAssessmentsOutput
.
Implementations§
source§impl DescribeApplicableIndividualAssessmentsOutputBuilder
impl DescribeApplicableIndividualAssessmentsOutputBuilder
sourcepub fn individual_assessment_names(self, input: impl Into<String>) -> Self
pub fn individual_assessment_names(self, input: impl Into<String>) -> Self
Appends an item to individual_assessment_names
.
To override the contents of this collection use set_individual_assessment_names
.
List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see Working with premigration assessment runs in the Database Migration Service User Guide.
sourcepub fn set_individual_assessment_names(self, input: Option<Vec<String>>) -> Self
pub fn set_individual_assessment_names(self, input: Option<Vec<String>>) -> Self
List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see Working with premigration assessment runs in the Database Migration Service User Guide.
sourcepub fn get_individual_assessment_names(&self) -> &Option<Vec<String>>
pub fn get_individual_assessment_names(&self) -> &Option<Vec<String>>
List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see Working with premigration assessment runs in the Database Migration Service User Guide.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
Pagination token returned for you to pass to a subsequent request. If you pass this token as the Marker
value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by MaxRecords
.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
Pagination token returned for you to pass to a subsequent request. If you pass this token as the Marker
value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by MaxRecords
.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
Pagination token returned for you to pass to a subsequent request. If you pass this token as the Marker
value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by MaxRecords
.
sourcepub fn build(self) -> DescribeApplicableIndividualAssessmentsOutput
pub fn build(self) -> DescribeApplicableIndividualAssessmentsOutput
Consumes the builder and constructs a DescribeApplicableIndividualAssessmentsOutput
.
Trait Implementations§
source§impl Clone for DescribeApplicableIndividualAssessmentsOutputBuilder
impl Clone for DescribeApplicableIndividualAssessmentsOutputBuilder
source§fn clone(&self) -> DescribeApplicableIndividualAssessmentsOutputBuilder
fn clone(&self) -> DescribeApplicableIndividualAssessmentsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeApplicableIndividualAssessmentsOutputBuilder
impl Default for DescribeApplicableIndividualAssessmentsOutputBuilder
source§fn default() -> DescribeApplicableIndividualAssessmentsOutputBuilder
fn default() -> DescribeApplicableIndividualAssessmentsOutputBuilder
source§impl PartialEq for DescribeApplicableIndividualAssessmentsOutputBuilder
impl PartialEq for DescribeApplicableIndividualAssessmentsOutputBuilder
source§fn eq(
&self,
other: &DescribeApplicableIndividualAssessmentsOutputBuilder
) -> bool
fn eq( &self, other: &DescribeApplicableIndividualAssessmentsOutputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.