#[non_exhaustive]pub struct GetOutpostInputBuilder { /* private fields */ }
Expand description
A builder for GetOutpostInput
.
Implementations§
source§impl GetOutpostInputBuilder
impl GetOutpostInputBuilder
sourcepub fn outpost_id(self, input: impl Into<String>) -> Self
pub fn outpost_id(self, input: impl Into<String>) -> Self
The ID or the Amazon Resource Name (ARN) of the Outpost.
sourcepub fn set_outpost_id(self, input: Option<String>) -> Self
pub fn set_outpost_id(self, input: Option<String>) -> Self
The ID or the Amazon Resource Name (ARN) of the Outpost.
sourcepub fn build(self) -> Result<GetOutpostInput, BuildError>
pub fn build(self) -> Result<GetOutpostInput, BuildError>
Consumes the builder and constructs a GetOutpostInput
.
Trait Implementations§
source§impl Clone for GetOutpostInputBuilder
impl Clone for GetOutpostInputBuilder
source§fn clone(&self) -> GetOutpostInputBuilder
fn clone(&self) -> GetOutpostInputBuilder
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 GetOutpostInputBuilder
impl Debug for GetOutpostInputBuilder
source§impl Default for GetOutpostInputBuilder
impl Default for GetOutpostInputBuilder
source§fn default() -> GetOutpostInputBuilder
fn default() -> GetOutpostInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetOutpostInputBuilder> for GetOutpostInputBuilder
impl PartialEq<GetOutpostInputBuilder> for GetOutpostInputBuilder
source§fn eq(&self, other: &GetOutpostInputBuilder) -> bool
fn eq(&self, other: &GetOutpostInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetOutpostInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetOutpostInputBuilder
impl Send for GetOutpostInputBuilder
impl Sync for GetOutpostInputBuilder
impl Unpin for GetOutpostInputBuilder
impl UnwindSafe for GetOutpostInputBuilder
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