Struct aws_sdk_docdb::operation::describe_orderable_db_instance_options::builders::DescribeOrderableDbInstanceOptionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeOrderableDbInstanceOptionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeOrderableDbInstanceOptionsOutput.
Implementations§
source§impl DescribeOrderableDbInstanceOptionsOutputBuilder
impl DescribeOrderableDbInstanceOptionsOutputBuilder
sourcepub fn orderable_db_instance_options(
self,
input: OrderableDbInstanceOption
) -> Self
pub fn orderable_db_instance_options( self, input: OrderableDbInstanceOption ) -> Self
Appends an item to orderable_db_instance_options.
To override the contents of this collection use set_orderable_db_instance_options.
The options that are available for a particular orderable instance.
sourcepub fn set_orderable_db_instance_options(
self,
input: Option<Vec<OrderableDbInstanceOption>>
) -> Self
pub fn set_orderable_db_instance_options( self, input: Option<Vec<OrderableDbInstanceOption>> ) -> Self
The options that are available for a particular orderable instance.
sourcepub fn get_orderable_db_instance_options(
&self
) -> &Option<Vec<OrderableDbInstanceOption>>
pub fn get_orderable_db_instance_options( &self ) -> &Option<Vec<OrderableDbInstanceOption>>
The options that are available for a particular orderable instance.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn build(self) -> DescribeOrderableDbInstanceOptionsOutput
pub fn build(self) -> DescribeOrderableDbInstanceOptionsOutput
Consumes the builder and constructs a DescribeOrderableDbInstanceOptionsOutput.
Trait Implementations§
source§impl Clone for DescribeOrderableDbInstanceOptionsOutputBuilder
impl Clone for DescribeOrderableDbInstanceOptionsOutputBuilder
source§fn clone(&self) -> DescribeOrderableDbInstanceOptionsOutputBuilder
fn clone(&self) -> DescribeOrderableDbInstanceOptionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeOrderableDbInstanceOptionsOutputBuilder
impl Default for DescribeOrderableDbInstanceOptionsOutputBuilder
source§fn default() -> DescribeOrderableDbInstanceOptionsOutputBuilder
fn default() -> DescribeOrderableDbInstanceOptionsOutputBuilder
source§impl PartialEq for DescribeOrderableDbInstanceOptionsOutputBuilder
impl PartialEq for DescribeOrderableDbInstanceOptionsOutputBuilder
source§fn eq(&self, other: &DescribeOrderableDbInstanceOptionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeOrderableDbInstanceOptionsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.