#[non_exhaustive]pub struct CreateScheduleGroupInput { /* private fields */ }Implementations§
source§impl CreateScheduleGroupInput
impl CreateScheduleGroupInput
The list of tags to associate with the schedule group.
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 CreateScheduleGroupInput
impl CreateScheduleGroupInput
sourcepub fn builder() -> CreateScheduleGroupInputBuilder
pub fn builder() -> CreateScheduleGroupInputBuilder
Creates a new builder-style object to manufacture CreateScheduleGroupInput.
source§impl CreateScheduleGroupInput
impl CreateScheduleGroupInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateScheduleGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateScheduleGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateScheduleGroup>
Trait Implementations§
source§impl Clone for CreateScheduleGroupInput
impl Clone for CreateScheduleGroupInput
source§fn clone(&self) -> CreateScheduleGroupInput
fn clone(&self) -> CreateScheduleGroupInput
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 CreateScheduleGroupInput
impl Debug for CreateScheduleGroupInput
source§impl PartialEq<CreateScheduleGroupInput> for CreateScheduleGroupInput
impl PartialEq<CreateScheduleGroupInput> for CreateScheduleGroupInput
source§fn eq(&self, other: &CreateScheduleGroupInput) -> bool
fn eq(&self, other: &CreateScheduleGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateScheduleGroupInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateScheduleGroupInput
impl Send for CreateScheduleGroupInput
impl Sync for CreateScheduleGroupInput
impl Unpin for CreateScheduleGroupInput
impl UnwindSafe for CreateScheduleGroupInput
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