Struct aws_sdk_connectcases::output::CreateTemplateOutput
source · [−]#[non_exhaustive]pub struct CreateTemplateOutput { /* private fields */ }
Implementations
sourceimpl CreateTemplateOutput
impl CreateTemplateOutput
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
A unique identifier of a template.
sourcepub fn template_arn(&self) -> Option<&str>
pub fn template_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the newly created template.
sourceimpl CreateTemplateOutput
impl CreateTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTemplateOutput
.
Trait Implementations
sourceimpl Clone for CreateTemplateOutput
impl Clone for CreateTemplateOutput
sourcefn clone(&self) -> CreateTemplateOutput
fn clone(&self) -> CreateTemplateOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateTemplateOutput
impl Debug for CreateTemplateOutput
sourceimpl PartialEq<CreateTemplateOutput> for CreateTemplateOutput
impl PartialEq<CreateTemplateOutput> for CreateTemplateOutput
sourcefn eq(&self, other: &CreateTemplateOutput) -> bool
fn eq(&self, other: &CreateTemplateOutput) -> bool
impl StructuralPartialEq for CreateTemplateOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateTemplateOutput
impl Send for CreateTemplateOutput
impl Sync for CreateTemplateOutput
impl Unpin for CreateTemplateOutput
impl UnwindSafe for CreateTemplateOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more