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 get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
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.
source§impl DeleteScheduleGroupInputBuilder
impl DeleteScheduleGroupInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteScheduleGroupOutput, SdkError<DeleteScheduleGroupError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteScheduleGroupOutput, SdkError<DeleteScheduleGroupError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteScheduleGroupInputBuilder
impl Clone for DeleteScheduleGroupInputBuilder
source§fn clone(&self) -> DeleteScheduleGroupInputBuilder
fn clone(&self) -> DeleteScheduleGroupInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteScheduleGroupInputBuilder
impl Default for DeleteScheduleGroupInputBuilder
source§fn default() -> DeleteScheduleGroupInputBuilder
fn default() -> DeleteScheduleGroupInputBuilder
source§impl PartialEq<DeleteScheduleGroupInputBuilder> for DeleteScheduleGroupInputBuilder
impl PartialEq<DeleteScheduleGroupInputBuilder> for DeleteScheduleGroupInputBuilder
source§fn eq(&self, other: &DeleteScheduleGroupInputBuilder) -> bool
fn eq(&self, other: &DeleteScheduleGroupInputBuilder) -> bool
self and other values to be equal, and is used
by ==.