#[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 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<GetParameterOutputBuilder> for GetParameterOutputBuilder
impl PartialEq<GetParameterOutputBuilder> 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 ==.