Struct aws_sdk_glue::input::BatchGetDevEndpointsInput
source · #[non_exhaustive]pub struct BatchGetDevEndpointsInput { /* private fields */ }Implementations§
source§impl BatchGetDevEndpointsInput
impl BatchGetDevEndpointsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDevEndpoints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDevEndpoints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetDevEndpoints>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetDevEndpointsInput.
source§impl BatchGetDevEndpointsInput
impl BatchGetDevEndpointsInput
sourcepub fn dev_endpoint_names(&self) -> Option<&[String]>
pub fn dev_endpoint_names(&self) -> Option<&[String]>
The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.
Trait Implementations§
source§impl Clone for BatchGetDevEndpointsInput
impl Clone for BatchGetDevEndpointsInput
source§fn clone(&self) -> BatchGetDevEndpointsInput
fn clone(&self) -> BatchGetDevEndpointsInput
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 BatchGetDevEndpointsInput
impl Debug for BatchGetDevEndpointsInput
source§impl PartialEq<BatchGetDevEndpointsInput> for BatchGetDevEndpointsInput
impl PartialEq<BatchGetDevEndpointsInput> for BatchGetDevEndpointsInput
source§fn eq(&self, other: &BatchGetDevEndpointsInput) -> bool
fn eq(&self, other: &BatchGetDevEndpointsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.