Struct aws_sdk_databasemigration::operation::refresh_schemas::builders::RefreshSchemasInputBuilder
source · #[non_exhaustive]pub struct RefreshSchemasInputBuilder { /* private fields */ }
Expand description
A builder for RefreshSchemasInput
.
Implementations§
source§impl RefreshSchemasInputBuilder
impl RefreshSchemasInputBuilder
sourcepub fn endpoint_arn(self, input: impl Into<String>) -> Self
pub fn endpoint_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
This field is required.sourcepub fn set_endpoint_arn(self, input: Option<String>) -> Self
pub fn set_endpoint_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
sourcepub fn get_endpoint_arn(&self) -> &Option<String>
pub fn get_endpoint_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
sourcepub fn replication_instance_arn(self, input: impl Into<String>) -> Self
pub fn replication_instance_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the replication instance.
This field is required.sourcepub fn set_replication_instance_arn(self, input: Option<String>) -> Self
pub fn set_replication_instance_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the replication instance.
sourcepub fn get_replication_instance_arn(&self) -> &Option<String>
pub fn get_replication_instance_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the replication instance.
sourcepub fn build(self) -> Result<RefreshSchemasInput, BuildError>
pub fn build(self) -> Result<RefreshSchemasInput, BuildError>
Consumes the builder and constructs a RefreshSchemasInput
.
source§impl RefreshSchemasInputBuilder
impl RefreshSchemasInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<RefreshSchemasOutput, SdkError<RefreshSchemasError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<RefreshSchemasOutput, SdkError<RefreshSchemasError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for RefreshSchemasInputBuilder
impl Clone for RefreshSchemasInputBuilder
source§fn clone(&self) -> RefreshSchemasInputBuilder
fn clone(&self) -> RefreshSchemasInputBuilder
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 Debug for RefreshSchemasInputBuilder
impl Debug for RefreshSchemasInputBuilder
source§impl Default for RefreshSchemasInputBuilder
impl Default for RefreshSchemasInputBuilder
source§fn default() -> RefreshSchemasInputBuilder
fn default() -> RefreshSchemasInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RefreshSchemasInputBuilder
impl PartialEq for RefreshSchemasInputBuilder
source§fn eq(&self, other: &RefreshSchemasInputBuilder) -> bool
fn eq(&self, other: &RefreshSchemasInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RefreshSchemasInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RefreshSchemasInputBuilder
impl Send for RefreshSchemasInputBuilder
impl Sync for RefreshSchemasInputBuilder
impl Unpin for RefreshSchemasInputBuilder
impl UnwindSafe for RefreshSchemasInputBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.