#[non_exhaustive]pub struct ListScramSecretsInputBuilder { /* private fields */ }Expand description
A builder for ListScramSecretsInput.
Implementations§
source§impl ListScramSecretsInputBuilder
impl ListScramSecretsInputBuilder
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.
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.
sourcepub fn get_cluster_arn(&self) -> &Option<String>
pub fn get_cluster_arn(&self) -> &Option<String>
The arn of the cluster.
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<ListScramSecretsInput, BuildError>
pub fn build(self) -> Result<ListScramSecretsInput, BuildError>
Consumes the builder and constructs a ListScramSecretsInput.
source§impl ListScramSecretsInputBuilder
impl ListScramSecretsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListScramSecretsOutput, SdkError<ListScramSecretsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListScramSecretsOutput, SdkError<ListScramSecretsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListScramSecretsInputBuilder
impl Clone for ListScramSecretsInputBuilder
source§fn clone(&self) -> ListScramSecretsInputBuilder
fn clone(&self) -> ListScramSecretsInputBuilder
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 ListScramSecretsInputBuilder
impl Debug for ListScramSecretsInputBuilder
source§impl Default for ListScramSecretsInputBuilder
impl Default for ListScramSecretsInputBuilder
source§fn default() -> ListScramSecretsInputBuilder
fn default() -> ListScramSecretsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListScramSecretsInputBuilder
impl PartialEq for ListScramSecretsInputBuilder
source§fn eq(&self, other: &ListScramSecretsInputBuilder) -> bool
fn eq(&self, other: &ListScramSecretsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListScramSecretsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListScramSecretsInputBuilder
impl Send for ListScramSecretsInputBuilder
impl Sync for ListScramSecretsInputBuilder
impl Unpin for ListScramSecretsInputBuilder
impl UnwindSafe for ListScramSecretsInputBuilder
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.