Struct aws_sdk_outposts::input::UpdateSiteInput
source · #[non_exhaustive]pub struct UpdateSiteInput { /* private fields */ }
Implementations§
source§impl UpdateSiteInput
impl UpdateSiteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSite, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSite, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSite
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSiteInput
.
Trait Implementations§
source§impl Clone for UpdateSiteInput
impl Clone for UpdateSiteInput
source§fn clone(&self) -> UpdateSiteInput
fn clone(&self) -> UpdateSiteInput
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 UpdateSiteInput
impl Debug for UpdateSiteInput
source§impl PartialEq<UpdateSiteInput> for UpdateSiteInput
impl PartialEq<UpdateSiteInput> for UpdateSiteInput
source§fn eq(&self, other: &UpdateSiteInput) -> bool
fn eq(&self, other: &UpdateSiteInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.