#[non_exhaustive]pub struct DeleteJobQueueOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteJobQueueOutput
.
Implementations§
source§impl DeleteJobQueueOutputBuilder
impl DeleteJobQueueOutputBuilder
sourcepub fn build(self) -> DeleteJobQueueOutput
pub fn build(self) -> DeleteJobQueueOutput
Consumes the builder and constructs a DeleteJobQueueOutput
.
Trait Implementations§
source§impl Clone for DeleteJobQueueOutputBuilder
impl Clone for DeleteJobQueueOutputBuilder
source§fn clone(&self) -> DeleteJobQueueOutputBuilder
fn clone(&self) -> DeleteJobQueueOutputBuilder
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 DeleteJobQueueOutputBuilder
impl Debug for DeleteJobQueueOutputBuilder
source§impl Default for DeleteJobQueueOutputBuilder
impl Default for DeleteJobQueueOutputBuilder
source§fn default() -> DeleteJobQueueOutputBuilder
fn default() -> DeleteJobQueueOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteJobQueueOutputBuilder> for DeleteJobQueueOutputBuilder
impl PartialEq<DeleteJobQueueOutputBuilder> for DeleteJobQueueOutputBuilder
source§fn eq(&self, other: &DeleteJobQueueOutputBuilder) -> bool
fn eq(&self, other: &DeleteJobQueueOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.