#[non_exhaustive]pub struct UpdateResourceCollectionInput { /* private fields */ }
Implementations§
source§impl UpdateResourceCollectionInput
impl UpdateResourceCollectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceCollection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceCollection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateResourceCollection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResourceCollectionInput
.
source§impl UpdateResourceCollectionInput
impl UpdateResourceCollectionInput
sourcepub fn action(&self) -> Option<&UpdateResourceCollectionAction>
pub fn action(&self) -> Option<&UpdateResourceCollectionAction>
Specifies if the resource collection in the request is added or deleted to the resource collection.
sourcepub fn resource_collection(&self) -> Option<&UpdateResourceCollectionFilter>
pub fn resource_collection(&self) -> Option<&UpdateResourceCollectionFilter>
Contains information used to update a collection of Amazon Web Services resources.
Trait Implementations§
source§impl Clone for UpdateResourceCollectionInput
impl Clone for UpdateResourceCollectionInput
source§fn clone(&self) -> UpdateResourceCollectionInput
fn clone(&self) -> UpdateResourceCollectionInput
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<UpdateResourceCollectionInput> for UpdateResourceCollectionInput
impl PartialEq<UpdateResourceCollectionInput> for UpdateResourceCollectionInput
source§fn eq(&self, other: &UpdateResourceCollectionInput) -> bool
fn eq(&self, other: &UpdateResourceCollectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.