Struct aws_sdk_memorydb::operation::describe_parameters::builders::DescribeParametersOutputBuilder    
source · #[non_exhaustive]pub struct DescribeParametersOutputBuilder { /* private fields */ }Expand description
A builder for DescribeParametersOutput.
Implementations§
source§impl DescribeParametersOutputBuilder
 
impl DescribeParametersOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
 
pub fn next_token(self, input: impl Into<String>) -> Self
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
 
pub fn set_next_token(self, input: Option<String>) -> Self
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
sourcepub fn get_next_token(&self) -> &Option<String>
 
pub fn get_next_token(&self) -> &Option<String>
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
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 specific to a particular parameter group. Each element in the list contains detailed information about 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 specific to a particular parameter group. Each element in the list contains detailed information about one parameter.
sourcepub fn get_parameters(&self) -> &Option<Vec<Parameter>>
 
pub fn get_parameters(&self) -> &Option<Vec<Parameter>>
A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.
sourcepub fn build(self) -> DescribeParametersOutput
 
pub fn build(self) -> DescribeParametersOutput
Consumes the builder and constructs a DescribeParametersOutput.
Trait Implementations§
source§impl Clone for DescribeParametersOutputBuilder
 
impl Clone for DescribeParametersOutputBuilder
source§fn clone(&self) -> DescribeParametersOutputBuilder
 
fn clone(&self) -> DescribeParametersOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeParametersOutputBuilder
 
impl Default for DescribeParametersOutputBuilder
source§fn default() -> DescribeParametersOutputBuilder
 
fn default() -> DescribeParametersOutputBuilder
source§impl PartialEq for DescribeParametersOutputBuilder
 
impl PartialEq for DescribeParametersOutputBuilder
source§fn eq(&self, other: &DescribeParametersOutputBuilder) -> bool
 
fn eq(&self, other: &DescribeParametersOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.