#[non_exhaustive]pub struct UpdateVpcEndpointInput { /* private fields */ }
Implementations§
source§impl UpdateVpcEndpointInput
impl UpdateVpcEndpointInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateVpcEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateVpcEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateVpcEndpoint
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVpcEndpointInput
.
source§impl UpdateVpcEndpointInput
impl UpdateVpcEndpointInput
sourcepub fn add_subnet_ids(&self) -> Option<&[String]>
pub fn add_subnet_ids(&self) -> Option<&[String]>
The ID of one or more subnets to add to the endpoint.
sourcepub fn remove_subnet_ids(&self) -> Option<&[String]>
pub fn remove_subnet_ids(&self) -> Option<&[String]>
The unique identifiers of the subnets to remove from the endpoint.
sourcepub fn add_security_group_ids(&self) -> Option<&[String]>
pub fn add_security_group_ids(&self) -> Option<&[String]>
The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
sourcepub fn remove_security_group_ids(&self) -> Option<&[String]>
pub fn remove_security_group_ids(&self) -> Option<&[String]>
The unique identifiers of the security groups to remove from the endpoint.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier to ensure idempotency of the request.
Trait Implementations§
source§impl Clone for UpdateVpcEndpointInput
impl Clone for UpdateVpcEndpointInput
source§fn clone(&self) -> UpdateVpcEndpointInput
fn clone(&self) -> UpdateVpcEndpointInput
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 UpdateVpcEndpointInput
impl Debug for UpdateVpcEndpointInput
source§impl PartialEq<UpdateVpcEndpointInput> for UpdateVpcEndpointInput
impl PartialEq<UpdateVpcEndpointInput> for UpdateVpcEndpointInput
source§fn eq(&self, other: &UpdateVpcEndpointInput) -> bool
fn eq(&self, other: &UpdateVpcEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.