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