#[non_exhaustive]pub struct DeleteScheduleInput { /* private fields */ }Implementations§
source§impl DeleteScheduleInput
impl DeleteScheduleInput
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
source§impl DeleteScheduleInput
impl DeleteScheduleInput
sourcepub fn builder() -> DeleteScheduleInputBuilder
pub fn builder() -> DeleteScheduleInputBuilder
Creates a new builder-style object to manufacture DeleteScheduleInput.
source§impl DeleteScheduleInput
impl DeleteScheduleInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<DeleteSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSchedule>
Trait Implementations§
source§impl Clone for DeleteScheduleInput
impl Clone for DeleteScheduleInput
source§fn clone(&self) -> DeleteScheduleInput
fn clone(&self) -> DeleteScheduleInput
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 DeleteScheduleInput
impl Debug for DeleteScheduleInput
source§impl PartialEq<DeleteScheduleInput> for DeleteScheduleInput
impl PartialEq<DeleteScheduleInput> for DeleteScheduleInput
source§fn eq(&self, other: &DeleteScheduleInput) -> bool
fn eq(&self, other: &DeleteScheduleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteScheduleInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteScheduleInput
impl Send for DeleteScheduleInput
impl Sync for DeleteScheduleInput
impl Unpin for DeleteScheduleInput
impl UnwindSafe for DeleteScheduleInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more