Struct aws_sdk_connectcases::input::UpdateTemplateInput
source · [−]#[non_exhaustive]pub struct UpdateTemplateInput { /* private fields */ }
Implementations
sourceimpl UpdateTemplateInput
impl UpdateTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTemplateInput
.
sourceimpl UpdateTemplateInput
impl UpdateTemplateInput
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
A unique identifier for the template.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A brief description of the template.
sourcepub fn layout_configuration(&self) -> Option<&LayoutConfiguration>
pub fn layout_configuration(&self) -> Option<&LayoutConfiguration>
Configuration of layouts associated to the template.
sourcepub fn required_fields(&self) -> Option<&[RequiredField]>
pub fn required_fields(&self) -> Option<&[RequiredField]>
A list of fields that must contain a value for a case to be successfully created with this template.
Trait Implementations
sourceimpl Clone for UpdateTemplateInput
impl Clone for UpdateTemplateInput
sourcefn clone(&self) -> UpdateTemplateInput
fn clone(&self) -> UpdateTemplateInput
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 UpdateTemplateInput
impl Debug for UpdateTemplateInput
sourceimpl PartialEq<UpdateTemplateInput> for UpdateTemplateInput
impl PartialEq<UpdateTemplateInput> for UpdateTemplateInput
sourcefn eq(&self, other: &UpdateTemplateInput) -> bool
fn eq(&self, other: &UpdateTemplateInput) -> bool
impl StructuralPartialEq for UpdateTemplateInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateTemplateInput
impl Send for UpdateTemplateInput
impl Sync for UpdateTemplateInput
impl Unpin for UpdateTemplateInput
impl UnwindSafe for UpdateTemplateInput
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