Struct aws_sdk_kafka::operation::describe_cluster_operation::builders::DescribeClusterOperationOutputBuilder
source · #[non_exhaustive]pub struct DescribeClusterOperationOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeClusterOperationOutput
.
Implementations§
source§impl DescribeClusterOperationOutputBuilder
impl DescribeClusterOperationOutputBuilder
sourcepub fn cluster_operation_info(self, input: ClusterOperationInfo) -> Self
pub fn cluster_operation_info(self, input: ClusterOperationInfo) -> Self
Cluster operation information
sourcepub fn set_cluster_operation_info(
self,
input: Option<ClusterOperationInfo>
) -> Self
pub fn set_cluster_operation_info( self, input: Option<ClusterOperationInfo> ) -> Self
Cluster operation information
sourcepub fn build(self) -> DescribeClusterOperationOutput
pub fn build(self) -> DescribeClusterOperationOutput
Consumes the builder and constructs a DescribeClusterOperationOutput
.
Trait Implementations§
source§impl Clone for DescribeClusterOperationOutputBuilder
impl Clone for DescribeClusterOperationOutputBuilder
source§fn clone(&self) -> DescribeClusterOperationOutputBuilder
fn clone(&self) -> DescribeClusterOperationOutputBuilder
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 DescribeClusterOperationOutputBuilder
impl Default for DescribeClusterOperationOutputBuilder
source§fn default() -> DescribeClusterOperationOutputBuilder
fn default() -> DescribeClusterOperationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeClusterOperationOutputBuilder> for DescribeClusterOperationOutputBuilder
impl PartialEq<DescribeClusterOperationOutputBuilder> for DescribeClusterOperationOutputBuilder
source§fn eq(&self, other: &DescribeClusterOperationOutputBuilder) -> bool
fn eq(&self, other: &DescribeClusterOperationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeClusterOperationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeClusterOperationOutputBuilder
impl Send for DescribeClusterOperationOutputBuilder
impl Sync for DescribeClusterOperationOutputBuilder
impl Unpin for DescribeClusterOperationOutputBuilder
impl UnwindSafe for DescribeClusterOperationOutputBuilder
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