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