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