Struct aws_sdk_databasemigration::operation::describe_metadata_model_assessments::builders::DescribeMetadataModelAssessmentsOutputBuilder
source · #[non_exhaustive]pub struct DescribeMetadataModelAssessmentsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeMetadataModelAssessmentsOutput
.
Implementations§
source§impl DescribeMetadataModelAssessmentsOutputBuilder
impl DescribeMetadataModelAssessmentsOutputBuilder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of Marker
is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of Marker
is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
Specifies the unique pagination token that makes it possible to display the next page of results. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of Marker
is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
sourcepub fn requests(self, input: SchemaConversionRequest) -> Self
pub fn requests(self, input: SchemaConversionRequest) -> Self
Appends an item to requests
.
To override the contents of this collection use set_requests
.
A paginated list of metadata model assessments for the specified migration project.
sourcepub fn set_requests(self, input: Option<Vec<SchemaConversionRequest>>) -> Self
pub fn set_requests(self, input: Option<Vec<SchemaConversionRequest>>) -> Self
A paginated list of metadata model assessments for the specified migration project.
sourcepub fn get_requests(&self) -> &Option<Vec<SchemaConversionRequest>>
pub fn get_requests(&self) -> &Option<Vec<SchemaConversionRequest>>
A paginated list of metadata model assessments for the specified migration project.
sourcepub fn build(self) -> DescribeMetadataModelAssessmentsOutput
pub fn build(self) -> DescribeMetadataModelAssessmentsOutput
Consumes the builder and constructs a DescribeMetadataModelAssessmentsOutput
.
Trait Implementations§
source§impl Clone for DescribeMetadataModelAssessmentsOutputBuilder
impl Clone for DescribeMetadataModelAssessmentsOutputBuilder
source§fn clone(&self) -> DescribeMetadataModelAssessmentsOutputBuilder
fn clone(&self) -> DescribeMetadataModelAssessmentsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeMetadataModelAssessmentsOutputBuilder
impl Default for DescribeMetadataModelAssessmentsOutputBuilder
source§fn default() -> DescribeMetadataModelAssessmentsOutputBuilder
fn default() -> DescribeMetadataModelAssessmentsOutputBuilder
source§impl PartialEq for DescribeMetadataModelAssessmentsOutputBuilder
impl PartialEq for DescribeMetadataModelAssessmentsOutputBuilder
source§fn eq(&self, other: &DescribeMetadataModelAssessmentsOutputBuilder) -> bool
fn eq(&self, other: &DescribeMetadataModelAssessmentsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.