#[non_exhaustive]pub struct EnableImportFindingsForProductInput { /* private fields */ }Implementations
sourceimpl EnableImportFindingsForProductInput
impl EnableImportFindingsForProductInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableImportFindingsForProduct, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableImportFindingsForProduct, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<EnableImportFindingsForProduct>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableImportFindingsForProductInput.
sourceimpl EnableImportFindingsForProductInput
impl EnableImportFindingsForProductInput
sourcepub fn product_arn(&self) -> Option<&str>
pub fn product_arn(&self) -> Option<&str>
The ARN of the product to enable the integration for.
Trait Implementations
sourceimpl Clone for EnableImportFindingsForProductInput
impl Clone for EnableImportFindingsForProductInput
sourcefn clone(&self) -> EnableImportFindingsForProductInput
fn clone(&self) -> EnableImportFindingsForProductInput
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 PartialEq<EnableImportFindingsForProductInput> for EnableImportFindingsForProductInput
impl PartialEq<EnableImportFindingsForProductInput> for EnableImportFindingsForProductInput
sourcefn eq(&self, other: &EnableImportFindingsForProductInput) -> bool
fn eq(&self, other: &EnableImportFindingsForProductInput) -> bool
impl StructuralPartialEq for EnableImportFindingsForProductInput
Auto Trait Implementations
impl RefUnwindSafe for EnableImportFindingsForProductInput
impl Send for EnableImportFindingsForProductInput
impl Sync for EnableImportFindingsForProductInput
impl Unpin for EnableImportFindingsForProductInput
impl UnwindSafe for EnableImportFindingsForProductInput
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