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