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