#[non_exhaustive]pub struct GetSensitivityInspectionTemplateInput { /* private fields */ }
Implementations§
source§impl GetSensitivityInspectionTemplateInput
impl GetSensitivityInspectionTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSensitivityInspectionTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSensitivityInspectionTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSensitivityInspectionTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSensitivityInspectionTemplateInput
.
Trait Implementations§
source§impl Clone for GetSensitivityInspectionTemplateInput
impl Clone for GetSensitivityInspectionTemplateInput
source§fn clone(&self) -> GetSensitivityInspectionTemplateInput
fn clone(&self) -> GetSensitivityInspectionTemplateInput
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 PartialEq<GetSensitivityInspectionTemplateInput> for GetSensitivityInspectionTemplateInput
impl PartialEq<GetSensitivityInspectionTemplateInput> for GetSensitivityInspectionTemplateInput
source§fn eq(&self, other: &GetSensitivityInspectionTemplateInput) -> bool
fn eq(&self, other: &GetSensitivityInspectionTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.