#[non_exhaustive]pub struct GetParameterOutputBuilder { /* private fields */ }
Expand description
A builder for GetParameterOutput
.
Implementations§
source§impl GetParameterOutputBuilder
impl GetParameterOutputBuilder
sourcepub fn set_parameter(self, input: Option<Parameter>) -> Self
pub fn set_parameter(self, input: Option<Parameter>) -> Self
Information about a parameter.
sourcepub fn get_parameter(&self) -> &Option<Parameter>
pub fn get_parameter(&self) -> &Option<Parameter>
Information about a parameter.
sourcepub fn build(self) -> GetParameterOutput
pub fn build(self) -> GetParameterOutput
Consumes the builder and constructs a GetParameterOutput
.
Trait Implementations§
source§impl Clone for GetParameterOutputBuilder
impl Clone for GetParameterOutputBuilder
source§fn clone(&self) -> GetParameterOutputBuilder
fn clone(&self) -> GetParameterOutputBuilder
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 Debug for GetParameterOutputBuilder
impl Debug for GetParameterOutputBuilder
source§impl Default for GetParameterOutputBuilder
impl Default for GetParameterOutputBuilder
source§fn default() -> GetParameterOutputBuilder
fn default() -> GetParameterOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetParameterOutputBuilder
impl PartialEq for GetParameterOutputBuilder
source§fn eq(&self, other: &GetParameterOutputBuilder) -> bool
fn eq(&self, other: &GetParameterOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetParameterOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetParameterOutputBuilder
impl Send for GetParameterOutputBuilder
impl Sync for GetParameterOutputBuilder
impl Unpin for GetParameterOutputBuilder
impl UnwindSafe for GetParameterOutputBuilder
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