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