Struct aws_sdk_iot::operation::create_job_template::builders::CreateJobTemplateOutputBuilder
source · #[non_exhaustive]pub struct CreateJobTemplateOutputBuilder { /* private fields */ }
Expand description
A builder for CreateJobTemplateOutput
.
Implementations§
source§impl CreateJobTemplateOutputBuilder
impl CreateJobTemplateOutputBuilder
sourcepub fn job_template_arn(self, input: impl Into<String>) -> Self
pub fn job_template_arn(self, input: impl Into<String>) -> Self
The ARN of the job template.
sourcepub fn set_job_template_arn(self, input: Option<String>) -> Self
pub fn set_job_template_arn(self, input: Option<String>) -> Self
The ARN of the job template.
sourcepub fn job_template_id(self, input: impl Into<String>) -> Self
pub fn job_template_id(self, input: impl Into<String>) -> Self
The unique identifier of the job template.
sourcepub fn set_job_template_id(self, input: Option<String>) -> Self
pub fn set_job_template_id(self, input: Option<String>) -> Self
The unique identifier of the job template.
sourcepub fn build(self) -> CreateJobTemplateOutput
pub fn build(self) -> CreateJobTemplateOutput
Consumes the builder and constructs a CreateJobTemplateOutput
.
Trait Implementations§
source§impl Clone for CreateJobTemplateOutputBuilder
impl Clone for CreateJobTemplateOutputBuilder
source§fn clone(&self) -> CreateJobTemplateOutputBuilder
fn clone(&self) -> CreateJobTemplateOutputBuilder
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 CreateJobTemplateOutputBuilder
impl Default for CreateJobTemplateOutputBuilder
source§fn default() -> CreateJobTemplateOutputBuilder
fn default() -> CreateJobTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateJobTemplateOutputBuilder> for CreateJobTemplateOutputBuilder
impl PartialEq<CreateJobTemplateOutputBuilder> for CreateJobTemplateOutputBuilder
source§fn eq(&self, other: &CreateJobTemplateOutputBuilder) -> bool
fn eq(&self, other: &CreateJobTemplateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.