#[non_exhaustive]pub struct UpdateGlobalNetworkInput { /* private fields */ }
Implementations§
source§impl UpdateGlobalNetworkInput
impl UpdateGlobalNetworkInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGlobalNetwork, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGlobalNetwork, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateGlobalNetwork
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateGlobalNetworkInput
.
source§impl UpdateGlobalNetworkInput
impl UpdateGlobalNetworkInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of your global network.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the global network.
Constraints: Maximum length of 256 characters.
Trait Implementations§
source§impl Clone for UpdateGlobalNetworkInput
impl Clone for UpdateGlobalNetworkInput
source§fn clone(&self) -> UpdateGlobalNetworkInput
fn clone(&self) -> UpdateGlobalNetworkInput
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 UpdateGlobalNetworkInput
impl Debug for UpdateGlobalNetworkInput
source§impl PartialEq<UpdateGlobalNetworkInput> for UpdateGlobalNetworkInput
impl PartialEq<UpdateGlobalNetworkInput> for UpdateGlobalNetworkInput
source§fn eq(&self, other: &UpdateGlobalNetworkInput) -> bool
fn eq(&self, other: &UpdateGlobalNetworkInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.