Struct aws_sdk_devopsguru::operation::update_resource_collection::builders::UpdateResourceCollectionInputBuilder
source · #[non_exhaustive]pub struct UpdateResourceCollectionInputBuilder { /* private fields */ }
Expand description
A builder for UpdateResourceCollectionInput
.
Implementations§
source§impl UpdateResourceCollectionInputBuilder
impl UpdateResourceCollectionInputBuilder
sourcepub fn action(self, input: UpdateResourceCollectionAction) -> Self
pub fn action(self, input: UpdateResourceCollectionAction) -> Self
Specifies if the resource collection in the request is added or deleted to the resource collection.
sourcepub fn set_action(self, input: Option<UpdateResourceCollectionAction>) -> Self
pub fn set_action(self, input: Option<UpdateResourceCollectionAction>) -> Self
Specifies if the resource collection in the request is added or deleted to the resource collection.
sourcepub fn resource_collection(self, input: UpdateResourceCollectionFilter) -> Self
pub fn resource_collection(self, input: UpdateResourceCollectionFilter) -> Self
Contains information used to update a collection of Amazon Web Services resources.
sourcepub fn set_resource_collection(
self,
input: Option<UpdateResourceCollectionFilter>
) -> Self
pub fn set_resource_collection( self, input: Option<UpdateResourceCollectionFilter> ) -> Self
Contains information used to update a collection of Amazon Web Services resources.
sourcepub fn build(self) -> Result<UpdateResourceCollectionInput, BuildError>
pub fn build(self) -> Result<UpdateResourceCollectionInput, BuildError>
Consumes the builder and constructs a UpdateResourceCollectionInput
.
Trait Implementations§
source§impl Clone for UpdateResourceCollectionInputBuilder
impl Clone for UpdateResourceCollectionInputBuilder
source§fn clone(&self) -> UpdateResourceCollectionInputBuilder
fn clone(&self) -> UpdateResourceCollectionInputBuilder
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 Default for UpdateResourceCollectionInputBuilder
impl Default for UpdateResourceCollectionInputBuilder
source§fn default() -> UpdateResourceCollectionInputBuilder
fn default() -> UpdateResourceCollectionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateResourceCollectionInputBuilder> for UpdateResourceCollectionInputBuilder
impl PartialEq<UpdateResourceCollectionInputBuilder> for UpdateResourceCollectionInputBuilder
source§fn eq(&self, other: &UpdateResourceCollectionInputBuilder) -> bool
fn eq(&self, other: &UpdateResourceCollectionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.