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 ==
.