#[non_exhaustive]pub struct DeleteJobQueueInputBuilder { /* private fields */ }
Expand description
A builder for DeleteJobQueueInput
.
Implementations§
source§impl DeleteJobQueueInputBuilder
impl DeleteJobQueueInputBuilder
sourcepub fn job_queue(self, input: impl Into<String>) -> Self
pub fn job_queue(self, input: impl Into<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the queue to delete.
sourcepub fn set_job_queue(self, input: Option<String>) -> Self
pub fn set_job_queue(self, input: Option<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the queue to delete.
sourcepub fn get_job_queue(&self) -> &Option<String>
pub fn get_job_queue(&self) -> &Option<String>
The short name or full Amazon Resource Name (ARN) of the queue to delete.
sourcepub fn build(self) -> Result<DeleteJobQueueInput, BuildError>
pub fn build(self) -> Result<DeleteJobQueueInput, BuildError>
Consumes the builder and constructs a DeleteJobQueueInput
.
source§impl DeleteJobQueueInputBuilder
impl DeleteJobQueueInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteJobQueueOutput, SdkError<DeleteJobQueueError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteJobQueueOutput, SdkError<DeleteJobQueueError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteJobQueueInputBuilder
impl Clone for DeleteJobQueueInputBuilder
source§fn clone(&self) -> DeleteJobQueueInputBuilder
fn clone(&self) -> DeleteJobQueueInputBuilder
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 DeleteJobQueueInputBuilder
impl Debug for DeleteJobQueueInputBuilder
source§impl Default for DeleteJobQueueInputBuilder
impl Default for DeleteJobQueueInputBuilder
source§fn default() -> DeleteJobQueueInputBuilder
fn default() -> DeleteJobQueueInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteJobQueueInputBuilder> for DeleteJobQueueInputBuilder
impl PartialEq<DeleteJobQueueInputBuilder> for DeleteJobQueueInputBuilder
source§fn eq(&self, other: &DeleteJobQueueInputBuilder) -> bool
fn eq(&self, other: &DeleteJobQueueInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteJobQueueInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteJobQueueInputBuilder
impl Send for DeleteJobQueueInputBuilder
impl Sync for DeleteJobQueueInputBuilder
impl Unpin for DeleteJobQueueInputBuilder
impl UnwindSafe for DeleteJobQueueInputBuilder
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