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