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