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