#[non_exhaustive]pub struct UpdateLinkInput { /* private fields */ }
Implementations§
source§impl UpdateLinkInput
impl UpdateLinkInput
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.
source§impl UpdateLinkInput
impl UpdateLinkInput
sourcepub fn builder() -> UpdateLinkInputBuilder
pub fn builder() -> UpdateLinkInputBuilder
Creates a new builder-style object to manufacture UpdateLinkInput
.
source§impl UpdateLinkInput
impl UpdateLinkInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateLink, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateLink, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateLink
>
Trait Implementations§
source§impl Clone for UpdateLinkInput
impl Clone for UpdateLinkInput
source§fn clone(&self) -> UpdateLinkInput
fn clone(&self) -> UpdateLinkInput
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 UpdateLinkInput
impl Debug for UpdateLinkInput
source§impl PartialEq<UpdateLinkInput> for UpdateLinkInput
impl PartialEq<UpdateLinkInput> for UpdateLinkInput
source§fn eq(&self, other: &UpdateLinkInput) -> bool
fn eq(&self, other: &UpdateLinkInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateLinkInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLinkInput
impl Send for UpdateLinkInput
impl Sync for UpdateLinkInput
impl Unpin for UpdateLinkInput
impl UnwindSafe for UpdateLinkInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more