Struct aws_sdk_applicationdiscovery::input::AssociateConfigurationItemsToApplicationInput
source · [−]#[non_exhaustive]pub struct AssociateConfigurationItemsToApplicationInput { /* private fields */ }Implementations
sourceimpl AssociateConfigurationItemsToApplicationInput
impl AssociateConfigurationItemsToApplicationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateConfigurationItemsToApplication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateConfigurationItemsToApplication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateConfigurationItemsToApplication>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateConfigurationItemsToApplicationInput.
sourceimpl AssociateConfigurationItemsToApplicationInput
impl AssociateConfigurationItemsToApplicationInput
sourcepub fn application_configuration_id(&self) -> Option<&str>
pub fn application_configuration_id(&self) -> Option<&str>
The configuration ID of an application with which items are to be associated.
sourcepub fn configuration_ids(&self) -> Option<&[String]>
pub fn configuration_ids(&self) -> Option<&[String]>
The ID of each configuration item to be associated with an application.
Trait Implementations
sourceimpl Clone for AssociateConfigurationItemsToApplicationInput
impl Clone for AssociateConfigurationItemsToApplicationInput
sourcefn clone(&self) -> AssociateConfigurationItemsToApplicationInput
fn clone(&self) -> AssociateConfigurationItemsToApplicationInput
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<AssociateConfigurationItemsToApplicationInput> for AssociateConfigurationItemsToApplicationInput
impl PartialEq<AssociateConfigurationItemsToApplicationInput> for AssociateConfigurationItemsToApplicationInput
sourcefn eq(&self, other: &AssociateConfigurationItemsToApplicationInput) -> bool
fn eq(&self, other: &AssociateConfigurationItemsToApplicationInput) -> bool
impl StructuralPartialEq for AssociateConfigurationItemsToApplicationInput
Auto Trait Implementations
impl RefUnwindSafe for AssociateConfigurationItemsToApplicationInput
impl Send for AssociateConfigurationItemsToApplicationInput
impl Sync for AssociateConfigurationItemsToApplicationInput
impl Unpin for AssociateConfigurationItemsToApplicationInput
impl UnwindSafe for AssociateConfigurationItemsToApplicationInput
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