#[non_exhaustive]pub struct DescribeGroupOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeGroupOutput
.
Implementations§
source§impl DescribeGroupOutputBuilder
impl DescribeGroupOutputBuilder
sourcepub fn set_group_id(self, input: Option<String>) -> Self
pub fn set_group_id(self, input: Option<String>) -> Self
The identifier of the described group.
sourcepub fn get_group_id(&self) -> &Option<String>
pub fn get_group_id(&self) -> &Option<String>
The identifier of the described group.
sourcepub fn state(self, input: EntityState) -> Self
pub fn state(self, input: EntityState) -> Self
The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).
sourcepub fn set_state(self, input: Option<EntityState>) -> Self
pub fn set_state(self, input: Option<EntityState>) -> Self
The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).
sourcepub fn get_state(&self) -> &Option<EntityState>
pub fn get_state(&self) -> &Option<EntityState>
The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).
sourcepub fn enabled_date(self, input: DateTime) -> Self
pub fn enabled_date(self, input: DateTime) -> Self
The date and time when a user was registered to WorkMail, in UNIX epoch time format.
sourcepub fn set_enabled_date(self, input: Option<DateTime>) -> Self
pub fn set_enabled_date(self, input: Option<DateTime>) -> Self
The date and time when a user was registered to WorkMail, in UNIX epoch time format.
sourcepub fn get_enabled_date(&self) -> &Option<DateTime>
pub fn get_enabled_date(&self) -> &Option<DateTime>
The date and time when a user was registered to WorkMail, in UNIX epoch time format.
sourcepub fn disabled_date(self, input: DateTime) -> Self
pub fn disabled_date(self, input: DateTime) -> Self
The date and time when a user was deregistered from WorkMail, in UNIX epoch time format.
sourcepub fn set_disabled_date(self, input: Option<DateTime>) -> Self
pub fn set_disabled_date(self, input: Option<DateTime>) -> Self
The date and time when a user was deregistered from WorkMail, in UNIX epoch time format.
sourcepub fn get_disabled_date(&self) -> &Option<DateTime>
pub fn get_disabled_date(&self) -> &Option<DateTime>
The date and time when a user was deregistered from WorkMail, in UNIX epoch time format.
If the value is set to true, the group is hidden from the address book.
If the value is set to true, the group is hidden from the address book.
If the value is set to true, the group is hidden from the address book.
sourcepub fn build(self) -> DescribeGroupOutput
pub fn build(self) -> DescribeGroupOutput
Consumes the builder and constructs a DescribeGroupOutput
.
Trait Implementations§
source§impl Clone for DescribeGroupOutputBuilder
impl Clone for DescribeGroupOutputBuilder
source§fn clone(&self) -> DescribeGroupOutputBuilder
fn clone(&self) -> DescribeGroupOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeGroupOutputBuilder
impl Debug for DescribeGroupOutputBuilder
source§impl Default for DescribeGroupOutputBuilder
impl Default for DescribeGroupOutputBuilder
source§fn default() -> DescribeGroupOutputBuilder
fn default() -> DescribeGroupOutputBuilder
source§impl PartialEq for DescribeGroupOutputBuilder
impl PartialEq for DescribeGroupOutputBuilder
source§fn eq(&self, other: &DescribeGroupOutputBuilder) -> bool
fn eq(&self, other: &DescribeGroupOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.