Struct aws_sdk_apigateway::input::UpdateVpcLinkInput
source · #[non_exhaustive]pub struct UpdateVpcLinkInput { /* private fields */ }Expand description
Updates an existing VpcLink of a specified identifier.
Implementations§
source§impl UpdateVpcLinkInput
impl UpdateVpcLinkInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateVpcLink, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateVpcLink, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateVpcLink>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVpcLinkInput.
source§impl UpdateVpcLinkInput
impl UpdateVpcLinkInput
sourcepub fn vpc_link_id(&self) -> Option<&str>
pub fn vpc_link_id(&self) -> Option<&str>
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
sourcepub fn patch_operations(&self) -> Option<&[PatchOperation]>
pub fn patch_operations(&self) -> Option<&[PatchOperation]>
For more information about supported patch operations, see Patch Operations.
Trait Implementations§
source§impl Clone for UpdateVpcLinkInput
impl Clone for UpdateVpcLinkInput
source§fn clone(&self) -> UpdateVpcLinkInput
fn clone(&self) -> UpdateVpcLinkInput
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 UpdateVpcLinkInput
impl Debug for UpdateVpcLinkInput
source§impl PartialEq<UpdateVpcLinkInput> for UpdateVpcLinkInput
impl PartialEq<UpdateVpcLinkInput> for UpdateVpcLinkInput
source§fn eq(&self, other: &UpdateVpcLinkInput) -> bool
fn eq(&self, other: &UpdateVpcLinkInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.