Struct aws_sdk_networkmanager::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
.
source§impl UpdateSiteInput
impl UpdateSiteInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of your site.
Constraints: Maximum length of 256 characters.
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 ==
.