Struct aws_sdk_resourcegroups::operation::get_group_query::builders::GetGroupQueryOutputBuilder
source · #[non_exhaustive]pub struct GetGroupQueryOutputBuilder { /* private fields */ }Expand description
A builder for GetGroupQueryOutput.
Implementations§
source§impl GetGroupQueryOutputBuilder
impl GetGroupQueryOutputBuilder
sourcepub fn group_query(self, input: GroupQuery) -> Self
pub fn group_query(self, input: GroupQuery) -> Self
The resource query associated with the specified group. For more information about resource queries, see Create a tag-based group in Resource Groups.
sourcepub fn set_group_query(self, input: Option<GroupQuery>) -> Self
pub fn set_group_query(self, input: Option<GroupQuery>) -> Self
The resource query associated with the specified group. For more information about resource queries, see Create a tag-based group in Resource Groups.
sourcepub fn get_group_query(&self) -> &Option<GroupQuery>
pub fn get_group_query(&self) -> &Option<GroupQuery>
The resource query associated with the specified group. For more information about resource queries, see Create a tag-based group in Resource Groups.
sourcepub fn build(self) -> GetGroupQueryOutput
pub fn build(self) -> GetGroupQueryOutput
Consumes the builder and constructs a GetGroupQueryOutput.
Trait Implementations§
source§impl Clone for GetGroupQueryOutputBuilder
impl Clone for GetGroupQueryOutputBuilder
source§fn clone(&self) -> GetGroupQueryOutputBuilder
fn clone(&self) -> GetGroupQueryOutputBuilder
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 GetGroupQueryOutputBuilder
impl Debug for GetGroupQueryOutputBuilder
source§impl Default for GetGroupQueryOutputBuilder
impl Default for GetGroupQueryOutputBuilder
source§fn default() -> GetGroupQueryOutputBuilder
fn default() -> GetGroupQueryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetGroupQueryOutputBuilder
impl PartialEq for GetGroupQueryOutputBuilder
source§fn eq(&self, other: &GetGroupQueryOutputBuilder) -> bool
fn eq(&self, other: &GetGroupQueryOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetGroupQueryOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetGroupQueryOutputBuilder
impl Send for GetGroupQueryOutputBuilder
impl Sync for GetGroupQueryOutputBuilder
impl Unpin for GetGroupQueryOutputBuilder
impl UnwindSafe for GetGroupQueryOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.