Struct aws_sdk_kafka::operation::list_cluster_operations_v2::builders::ListClusterOperationsV2InputBuilder
source · #[non_exhaustive]pub struct ListClusterOperationsV2InputBuilder { /* private fields */ }
Expand description
A builder for ListClusterOperationsV2Input
.
Implementations§
source§impl ListClusterOperationsV2InputBuilder
impl ListClusterOperationsV2InputBuilder
sourcepub fn cluster_arn(self, input: impl Into<String>) -> Self
pub fn cluster_arn(self, input: impl Into<String>) -> Self
The arn of the cluster whose operations are being requested. This field is required.
sourcepub fn set_cluster_arn(self, input: Option<String>) -> Self
pub fn set_cluster_arn(self, input: Option<String>) -> Self
The arn of the cluster whose operations are being requested.
sourcepub fn get_cluster_arn(&self) -> &Option<String>
pub fn get_cluster_arn(&self) -> &Option<String>
The arn of the cluster whose operations are being requested.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maxResults of the query.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maxResults of the query.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maxResults of the query.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken of the query.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken of the query.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The nextToken of the query.
sourcepub fn build(self) -> Result<ListClusterOperationsV2Input, BuildError>
pub fn build(self) -> Result<ListClusterOperationsV2Input, BuildError>
Consumes the builder and constructs a ListClusterOperationsV2Input
.
source§impl ListClusterOperationsV2InputBuilder
impl ListClusterOperationsV2InputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListClusterOperationsV2Output, SdkError<ListClusterOperationsV2Error, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListClusterOperationsV2Output, SdkError<ListClusterOperationsV2Error, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListClusterOperationsV2InputBuilder
impl Clone for ListClusterOperationsV2InputBuilder
source§fn clone(&self) -> ListClusterOperationsV2InputBuilder
fn clone(&self) -> ListClusterOperationsV2InputBuilder
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 ListClusterOperationsV2InputBuilder
impl Default for ListClusterOperationsV2InputBuilder
source§fn default() -> ListClusterOperationsV2InputBuilder
fn default() -> ListClusterOperationsV2InputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListClusterOperationsV2InputBuilder
impl PartialEq for ListClusterOperationsV2InputBuilder
source§fn eq(&self, other: &ListClusterOperationsV2InputBuilder) -> bool
fn eq(&self, other: &ListClusterOperationsV2InputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListClusterOperationsV2InputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListClusterOperationsV2InputBuilder
impl Send for ListClusterOperationsV2InputBuilder
impl Sync for ListClusterOperationsV2InputBuilder
impl Unpin for ListClusterOperationsV2InputBuilder
impl UnwindSafe for ListClusterOperationsV2InputBuilder
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.