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