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 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 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<DescribeDefaultParametersOutputBuilder> for DescribeDefaultParametersOutputBuilder
impl PartialEq<DescribeDefaultParametersOutputBuilder> 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 ==.