Struct aws_sdk_scheduler::operation::delete_schedule_group::builders::DeleteScheduleGroupInputBuilder
source · #[non_exhaustive]pub struct DeleteScheduleGroupInputBuilder { /* private fields */ }Expand description
A builder for DeleteScheduleGroupInput.
Implementations§
source§impl DeleteScheduleGroupInputBuilder
impl DeleteScheduleGroupInputBuilder
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> Result<DeleteScheduleGroupInput, BuildError>
pub fn build(self) -> Result<DeleteScheduleGroupInput, BuildError>
Consumes the builder and constructs a DeleteScheduleGroupInput.
Trait Implementations§
source§impl Clone for DeleteScheduleGroupInputBuilder
impl Clone for DeleteScheduleGroupInputBuilder
source§fn clone(&self) -> DeleteScheduleGroupInputBuilder
fn clone(&self) -> DeleteScheduleGroupInputBuilder
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 Default for DeleteScheduleGroupInputBuilder
impl Default for DeleteScheduleGroupInputBuilder
source§fn default() -> DeleteScheduleGroupInputBuilder
fn default() -> DeleteScheduleGroupInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteScheduleGroupInputBuilder> for DeleteScheduleGroupInputBuilder
impl PartialEq<DeleteScheduleGroupInputBuilder> for DeleteScheduleGroupInputBuilder
source§fn eq(&self, other: &DeleteScheduleGroupInputBuilder) -> bool
fn eq(&self, other: &DeleteScheduleGroupInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.