Struct aws_sdk_batch::input::DeleteJobQueueInput
source · #[non_exhaustive]pub struct DeleteJobQueueInput { /* private fields */ }
Expand description
Contains the parameters for DeleteJobQueue
.
Implementations§
source§impl DeleteJobQueueInput
impl DeleteJobQueueInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteJobQueue, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteJobQueue, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteJobQueue
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteJobQueueInput
.
Trait Implementations§
source§impl Clone for DeleteJobQueueInput
impl Clone for DeleteJobQueueInput
source§fn clone(&self) -> DeleteJobQueueInput
fn clone(&self) -> DeleteJobQueueInput
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 DeleteJobQueueInput
impl Debug for DeleteJobQueueInput
source§impl PartialEq<DeleteJobQueueInput> for DeleteJobQueueInput
impl PartialEq<DeleteJobQueueInput> for DeleteJobQueueInput
source§fn eq(&self, other: &DeleteJobQueueInput) -> bool
fn eq(&self, other: &DeleteJobQueueInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.