Struct aws_sdk_databasemigration::operation::describe_refresh_schemas_status::builders::DescribeRefreshSchemasStatusOutputBuilder
source · #[non_exhaustive]pub struct DescribeRefreshSchemasStatusOutputBuilder { /* private fields */ }Expand description
A builder for DescribeRefreshSchemasStatusOutput.
Implementations§
source§impl DescribeRefreshSchemasStatusOutputBuilder
impl DescribeRefreshSchemasStatusOutputBuilder
sourcepub fn refresh_schemas_status(self, input: RefreshSchemasStatus) -> Self
pub fn refresh_schemas_status(self, input: RefreshSchemasStatus) -> Self
The status of the schema.
sourcepub fn set_refresh_schemas_status(
self,
input: Option<RefreshSchemasStatus>
) -> Self
pub fn set_refresh_schemas_status( self, input: Option<RefreshSchemasStatus> ) -> Self
The status of the schema.
sourcepub fn build(self) -> DescribeRefreshSchemasStatusOutput
pub fn build(self) -> DescribeRefreshSchemasStatusOutput
Consumes the builder and constructs a DescribeRefreshSchemasStatusOutput.
Trait Implementations§
source§impl Clone for DescribeRefreshSchemasStatusOutputBuilder
impl Clone for DescribeRefreshSchemasStatusOutputBuilder
source§fn clone(&self) -> DescribeRefreshSchemasStatusOutputBuilder
fn clone(&self) -> DescribeRefreshSchemasStatusOutputBuilder
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 DescribeRefreshSchemasStatusOutputBuilder
impl Default for DescribeRefreshSchemasStatusOutputBuilder
source§fn default() -> DescribeRefreshSchemasStatusOutputBuilder
fn default() -> DescribeRefreshSchemasStatusOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeRefreshSchemasStatusOutputBuilder> for DescribeRefreshSchemasStatusOutputBuilder
impl PartialEq<DescribeRefreshSchemasStatusOutputBuilder> for DescribeRefreshSchemasStatusOutputBuilder
source§fn eq(&self, other: &DescribeRefreshSchemasStatusOutputBuilder) -> bool
fn eq(&self, other: &DescribeRefreshSchemasStatusOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.