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