Struct aws_sdk_redshift::operation::get_reserved_node_exchange_configuration_options::builders::GetReservedNodeExchangeConfigurationOptionsOutputBuilder
source · #[non_exhaustive]pub struct GetReservedNodeExchangeConfigurationOptionsOutputBuilder { /* private fields */ }Expand description
A builder for GetReservedNodeExchangeConfigurationOptionsOutput.
Implementations§
source§impl GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl GetReservedNodeExchangeConfigurationOptionsOutputBuilder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.
sourcepub fn reserved_node_configuration_option_list(
self,
input: ReservedNodeConfigurationOption
) -> Self
pub fn reserved_node_configuration_option_list( self, input: ReservedNodeConfigurationOption ) -> Self
Appends an item to reserved_node_configuration_option_list.
To override the contents of this collection use set_reserved_node_configuration_option_list.
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
sourcepub fn set_reserved_node_configuration_option_list(
self,
input: Option<Vec<ReservedNodeConfigurationOption>>
) -> Self
pub fn set_reserved_node_configuration_option_list( self, input: Option<Vec<ReservedNodeConfigurationOption>> ) -> Self
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
sourcepub fn get_reserved_node_configuration_option_list(
&self
) -> &Option<Vec<ReservedNodeConfigurationOption>>
pub fn get_reserved_node_configuration_option_list( &self ) -> &Option<Vec<ReservedNodeConfigurationOption>>
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
sourcepub fn build(self) -> GetReservedNodeExchangeConfigurationOptionsOutput
pub fn build(self) -> GetReservedNodeExchangeConfigurationOptionsOutput
Consumes the builder and constructs a GetReservedNodeExchangeConfigurationOptionsOutput.
Trait Implementations§
source§impl Clone for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl Clone for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
source§fn clone(&self) -> GetReservedNodeExchangeConfigurationOptionsOutputBuilder
fn clone(&self) -> GetReservedNodeExchangeConfigurationOptionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl Default for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
source§fn default() -> GetReservedNodeExchangeConfigurationOptionsOutputBuilder
fn default() -> GetReservedNodeExchangeConfigurationOptionsOutputBuilder
source§impl PartialEq for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl PartialEq for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
source§fn eq(
&self,
other: &GetReservedNodeExchangeConfigurationOptionsOutputBuilder
) -> bool
fn eq( &self, other: &GetReservedNodeExchangeConfigurationOptionsOutputBuilder ) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
Auto Trait Implementations§
impl Freeze for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl RefUnwindSafe for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl Send for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl Sync for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl Unpin for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
impl UnwindSafe for GetReservedNodeExchangeConfigurationOptionsOutputBuilder
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
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more