#[non_exhaustive]pub struct AuthorizeVpcEndpointAccessInput { /* private fields */ }
Implementations§
source§impl AuthorizeVpcEndpointAccessInput
impl AuthorizeVpcEndpointAccessInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AuthorizeVpcEndpointAccess, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AuthorizeVpcEndpointAccess, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AuthorizeVpcEndpointAccess
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AuthorizeVpcEndpointAccessInput
.
Trait Implementations§
source§impl Clone for AuthorizeVpcEndpointAccessInput
impl Clone for AuthorizeVpcEndpointAccessInput
source§fn clone(&self) -> AuthorizeVpcEndpointAccessInput
fn clone(&self) -> AuthorizeVpcEndpointAccessInput
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 PartialEq<AuthorizeVpcEndpointAccessInput> for AuthorizeVpcEndpointAccessInput
impl PartialEq<AuthorizeVpcEndpointAccessInput> for AuthorizeVpcEndpointAccessInput
source§fn eq(&self, other: &AuthorizeVpcEndpointAccessInput) -> bool
fn eq(&self, other: &AuthorizeVpcEndpointAccessInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.