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 get_job_template_arn(&self) -> &Option<String>
pub fn get_job_template_arn(&self) -> &Option<String>
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 get_job_template_id(&self) -> &Option<String>
pub fn get_job_template_id(&self) -> &Option<String>
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 for CreateJobTemplateOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for CreateJobTemplateOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateJobTemplateOutputBuilder
impl RefUnwindSafe for CreateJobTemplateOutputBuilder
impl Send for CreateJobTemplateOutputBuilder
impl Sync for CreateJobTemplateOutputBuilder
impl Unpin for CreateJobTemplateOutputBuilder
impl UnwindSafe for CreateJobTemplateOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.