Struct aws_sdk_xray::operation::get_group::builders::GetGroupOutputBuilder
source · #[non_exhaustive]pub struct GetGroupOutputBuilder { /* private fields */ }
Expand description
A builder for GetGroupOutput
.
Implementations§
source§impl GetGroupOutputBuilder
impl GetGroupOutputBuilder
sourcepub fn group(self, input: Group) -> Self
pub fn group(self, input: Group) -> Self
The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.
sourcepub fn set_group(self, input: Option<Group>) -> Self
pub fn set_group(self, input: Option<Group>) -> Self
The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.
sourcepub fn get_group(&self) -> &Option<Group>
pub fn get_group(&self) -> &Option<Group>
The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.
sourcepub fn build(self) -> GetGroupOutput
pub fn build(self) -> GetGroupOutput
Consumes the builder and constructs a GetGroupOutput
.
Trait Implementations§
source§impl Clone for GetGroupOutputBuilder
impl Clone for GetGroupOutputBuilder
source§fn clone(&self) -> GetGroupOutputBuilder
fn clone(&self) -> GetGroupOutputBuilder
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 GetGroupOutputBuilder
impl Debug for GetGroupOutputBuilder
source§impl Default for GetGroupOutputBuilder
impl Default for GetGroupOutputBuilder
source§fn default() -> GetGroupOutputBuilder
fn default() -> GetGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetGroupOutputBuilder> for GetGroupOutputBuilder
impl PartialEq<GetGroupOutputBuilder> for GetGroupOutputBuilder
source§fn eq(&self, other: &GetGroupOutputBuilder) -> bool
fn eq(&self, other: &GetGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetGroupOutputBuilder
impl Send for GetGroupOutputBuilder
impl Sync for GetGroupOutputBuilder
impl Unpin for GetGroupOutputBuilder
impl UnwindSafe for GetGroupOutputBuilder
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