Struct aws_sdk_resourcegroups::types::builders::GroupQueryBuilder
source · #[non_exhaustive]pub struct GroupQueryBuilder { /* private fields */ }Expand description
A builder for GroupQuery.
Implementations§
source§impl GroupQueryBuilder
impl GroupQueryBuilder
sourcepub fn group_name(self, input: impl Into<String>) -> Self
pub fn group_name(self, input: impl Into<String>) -> Self
The name of the resource group that is associated with the specified resource query.
sourcepub fn set_group_name(self, input: Option<String>) -> Self
pub fn set_group_name(self, input: Option<String>) -> Self
The name of the resource group that is associated with the specified resource query.
sourcepub fn resource_query(self, input: ResourceQuery) -> Self
pub fn resource_query(self, input: ResourceQuery) -> Self
The resource query that determines which Amazon Web Services resources are members of the associated resource group.
sourcepub fn set_resource_query(self, input: Option<ResourceQuery>) -> Self
pub fn set_resource_query(self, input: Option<ResourceQuery>) -> Self
The resource query that determines which Amazon Web Services resources are members of the associated resource group.
sourcepub fn build(self) -> GroupQuery
pub fn build(self) -> GroupQuery
Consumes the builder and constructs a GroupQuery.
Trait Implementations§
source§impl Clone for GroupQueryBuilder
impl Clone for GroupQueryBuilder
source§fn clone(&self) -> GroupQueryBuilder
fn clone(&self) -> GroupQueryBuilder
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 Debug for GroupQueryBuilder
impl Debug for GroupQueryBuilder
source§impl Default for GroupQueryBuilder
impl Default for GroupQueryBuilder
source§fn default() -> GroupQueryBuilder
fn default() -> GroupQueryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GroupQueryBuilder> for GroupQueryBuilder
impl PartialEq<GroupQueryBuilder> for GroupQueryBuilder
source§fn eq(&self, other: &GroupQueryBuilder) -> bool
fn eq(&self, other: &GroupQueryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GroupQueryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GroupQueryBuilder
impl Send for GroupQueryBuilder
impl Sync for GroupQueryBuilder
impl Unpin for GroupQueryBuilder
impl UnwindSafe for GroupQueryBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more