Struct aws_sdk_kafka::operation::describe_replicator::builders::DescribeReplicatorInputBuilder
source · #[non_exhaustive]pub struct DescribeReplicatorInputBuilder { /* private fields */ }
Expand description
A builder for DescribeReplicatorInput
.
Implementations§
source§impl DescribeReplicatorInputBuilder
impl DescribeReplicatorInputBuilder
sourcepub fn replicator_arn(self, input: impl Into<String>) -> Self
pub fn replicator_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the replicator to be described.
This field is required.sourcepub fn set_replicator_arn(self, input: Option<String>) -> Self
pub fn set_replicator_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the replicator to be described.
sourcepub fn get_replicator_arn(&self) -> &Option<String>
pub fn get_replicator_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the replicator to be described.
sourcepub fn build(self) -> Result<DescribeReplicatorInput, BuildError>
pub fn build(self) -> Result<DescribeReplicatorInput, BuildError>
Consumes the builder and constructs a DescribeReplicatorInput
.
source§impl DescribeReplicatorInputBuilder
impl DescribeReplicatorInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeReplicatorOutput, SdkError<DescribeReplicatorError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeReplicatorOutput, SdkError<DescribeReplicatorError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeReplicatorInputBuilder
impl Clone for DescribeReplicatorInputBuilder
source§fn clone(&self) -> DescribeReplicatorInputBuilder
fn clone(&self) -> DescribeReplicatorInputBuilder
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 DescribeReplicatorInputBuilder
impl Default for DescribeReplicatorInputBuilder
source§fn default() -> DescribeReplicatorInputBuilder
fn default() -> DescribeReplicatorInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeReplicatorInputBuilder
impl PartialEq for DescribeReplicatorInputBuilder
source§fn eq(&self, other: &DescribeReplicatorInputBuilder) -> bool
fn eq(&self, other: &DescribeReplicatorInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeReplicatorInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeReplicatorInputBuilder
impl Send for DescribeReplicatorInputBuilder
impl Sync for DescribeReplicatorInputBuilder
impl Unpin for DescribeReplicatorInputBuilder
impl UnwindSafe for DescribeReplicatorInputBuilder
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.