Struct aws_sdk_iot::output::CreateJobTemplateOutput
source · #[non_exhaustive]pub struct CreateJobTemplateOutput { /* private fields */ }
Implementations§
source§impl CreateJobTemplateOutput
impl CreateJobTemplateOutput
sourcepub fn job_template_arn(&self) -> Option<&str>
pub fn job_template_arn(&self) -> Option<&str>
The ARN of the job template.
sourcepub fn job_template_id(&self) -> Option<&str>
pub fn job_template_id(&self) -> Option<&str>
The unique identifier of the job template.
source§impl CreateJobTemplateOutput
impl CreateJobTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateJobTemplateOutput
.
Trait Implementations§
source§impl Clone for CreateJobTemplateOutput
impl Clone for CreateJobTemplateOutput
source§fn clone(&self) -> CreateJobTemplateOutput
fn clone(&self) -> CreateJobTemplateOutput
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 CreateJobTemplateOutput
impl Debug for CreateJobTemplateOutput
source§impl PartialEq<CreateJobTemplateOutput> for CreateJobTemplateOutput
impl PartialEq<CreateJobTemplateOutput> for CreateJobTemplateOutput
source§fn eq(&self, other: &CreateJobTemplateOutput) -> bool
fn eq(&self, other: &CreateJobTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.