Struct aws_sdk_dax::operation::describe_default_parameters::builders::DescribeDefaultParametersOutputBuilder
source · #[non_exhaustive]pub struct DescribeDefaultParametersOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeDefaultParametersOutput
.
Implementations§
source§impl DescribeDefaultParametersOutputBuilder
impl DescribeDefaultParametersOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Provides an identifier to allow retrieval of paginated results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Provides an identifier to allow retrieval of paginated results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Provides an identifier to allow retrieval of paginated results.
sourcepub fn parameters(self, input: Parameter) -> Self
pub fn parameters(self, input: Parameter) -> Self
Appends an item to parameters
.
To override the contents of this collection use set_parameters
.
A list of parameters. Each element in the list represents one parameter.
sourcepub fn set_parameters(self, input: Option<Vec<Parameter>>) -> Self
pub fn set_parameters(self, input: Option<Vec<Parameter>>) -> Self
A list of parameters. Each element in the list represents one parameter.
sourcepub fn get_parameters(&self) -> &Option<Vec<Parameter>>
pub fn get_parameters(&self) -> &Option<Vec<Parameter>>
A list of parameters. Each element in the list represents one parameter.
sourcepub fn build(self) -> DescribeDefaultParametersOutput
pub fn build(self) -> DescribeDefaultParametersOutput
Consumes the builder and constructs a DescribeDefaultParametersOutput
.
Trait Implementations§
source§impl Clone for DescribeDefaultParametersOutputBuilder
impl Clone for DescribeDefaultParametersOutputBuilder
source§fn clone(&self) -> DescribeDefaultParametersOutputBuilder
fn clone(&self) -> DescribeDefaultParametersOutputBuilder
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 DescribeDefaultParametersOutputBuilder
impl Default for DescribeDefaultParametersOutputBuilder
source§fn default() -> DescribeDefaultParametersOutputBuilder
fn default() -> DescribeDefaultParametersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeDefaultParametersOutputBuilder
impl PartialEq for DescribeDefaultParametersOutputBuilder
source§fn eq(&self, other: &DescribeDefaultParametersOutputBuilder) -> bool
fn eq(&self, other: &DescribeDefaultParametersOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeDefaultParametersOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeDefaultParametersOutputBuilder
impl RefUnwindSafe for DescribeDefaultParametersOutputBuilder
impl Send for DescribeDefaultParametersOutputBuilder
impl Sync for DescribeDefaultParametersOutputBuilder
impl Unpin for DescribeDefaultParametersOutputBuilder
impl UnwindSafe for DescribeDefaultParametersOutputBuilder
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.