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