#[non_exhaustive]pub struct ListVpcEndpointsForDomainInput { /* private fields */ }
Expand description
Container for request parameters to the
operation. Specifies the domain whose VPC endpoints will be listed.ListVpcEndpointsForDomain
Implementations§
source§impl ListVpcEndpointsForDomainInput
impl ListVpcEndpointsForDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVpcEndpointsForDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVpcEndpointsForDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListVpcEndpointsForDomain
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListVpcEndpointsForDomainInput
.
source§impl ListVpcEndpointsForDomainInput
impl ListVpcEndpointsForDomainInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Provides an identifier to allow retrieval of paginated results.
Trait Implementations§
source§impl Clone for ListVpcEndpointsForDomainInput
impl Clone for ListVpcEndpointsForDomainInput
source§fn clone(&self) -> ListVpcEndpointsForDomainInput
fn clone(&self) -> ListVpcEndpointsForDomainInput
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<ListVpcEndpointsForDomainInput> for ListVpcEndpointsForDomainInput
impl PartialEq<ListVpcEndpointsForDomainInput> for ListVpcEndpointsForDomainInput
source§fn eq(&self, other: &ListVpcEndpointsForDomainInput) -> bool
fn eq(&self, other: &ListVpcEndpointsForDomainInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.