Struct aws_sdk_docdb::operation::describe_engine_default_cluster_parameters::builders::DescribeEngineDefaultClusterParametersOutputBuilder
source · #[non_exhaustive]pub struct DescribeEngineDefaultClusterParametersOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeEngineDefaultClusterParametersOutput
.
Implementations§
source§impl DescribeEngineDefaultClusterParametersOutputBuilder
impl DescribeEngineDefaultClusterParametersOutputBuilder
sourcepub fn engine_defaults(self, input: EngineDefaults) -> Self
pub fn engine_defaults(self, input: EngineDefaults) -> Self
Contains the result of a successful invocation of the DescribeEngineDefaultClusterParameters
operation.
sourcepub fn set_engine_defaults(self, input: Option<EngineDefaults>) -> Self
pub fn set_engine_defaults(self, input: Option<EngineDefaults>) -> Self
Contains the result of a successful invocation of the DescribeEngineDefaultClusterParameters
operation.
sourcepub fn get_engine_defaults(&self) -> &Option<EngineDefaults>
pub fn get_engine_defaults(&self) -> &Option<EngineDefaults>
Contains the result of a successful invocation of the DescribeEngineDefaultClusterParameters
operation.
sourcepub fn build(self) -> DescribeEngineDefaultClusterParametersOutput
pub fn build(self) -> DescribeEngineDefaultClusterParametersOutput
Consumes the builder and constructs a DescribeEngineDefaultClusterParametersOutput
.
Trait Implementations§
source§impl Clone for DescribeEngineDefaultClusterParametersOutputBuilder
impl Clone for DescribeEngineDefaultClusterParametersOutputBuilder
source§fn clone(&self) -> DescribeEngineDefaultClusterParametersOutputBuilder
fn clone(&self) -> DescribeEngineDefaultClusterParametersOutputBuilder
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 DescribeEngineDefaultClusterParametersOutputBuilder
impl Default for DescribeEngineDefaultClusterParametersOutputBuilder
source§fn default() -> DescribeEngineDefaultClusterParametersOutputBuilder
fn default() -> DescribeEngineDefaultClusterParametersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeEngineDefaultClusterParametersOutputBuilder
impl PartialEq for DescribeEngineDefaultClusterParametersOutputBuilder
source§fn eq(
&self,
other: &DescribeEngineDefaultClusterParametersOutputBuilder
) -> bool
fn eq( &self, other: &DescribeEngineDefaultClusterParametersOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeEngineDefaultClusterParametersOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeEngineDefaultClusterParametersOutputBuilder
impl Send for DescribeEngineDefaultClusterParametersOutputBuilder
impl Sync for DescribeEngineDefaultClusterParametersOutputBuilder
impl Unpin for DescribeEngineDefaultClusterParametersOutputBuilder
impl UnwindSafe for DescribeEngineDefaultClusterParametersOutputBuilder
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
Mutably borrows from an owned value. Read more