Struct aws_sdk_macie2::operation::get_invitations_count::builders::GetInvitationsCountOutputBuilder
source · #[non_exhaustive]pub struct GetInvitationsCountOutputBuilder { /* private fields */ }
Expand description
A builder for GetInvitationsCountOutput
.
Implementations§
source§impl GetInvitationsCountOutputBuilder
impl GetInvitationsCountOutputBuilder
sourcepub fn invitations_count(self, input: i64) -> Self
pub fn invitations_count(self, input: i64) -> Self
The total number of invitations that were received by the account, not including the currently accepted invitation.
sourcepub fn set_invitations_count(self, input: Option<i64>) -> Self
pub fn set_invitations_count(self, input: Option<i64>) -> Self
The total number of invitations that were received by the account, not including the currently accepted invitation.
sourcepub fn build(self) -> GetInvitationsCountOutput
pub fn build(self) -> GetInvitationsCountOutput
Consumes the builder and constructs a GetInvitationsCountOutput
.
Trait Implementations§
source§impl Clone for GetInvitationsCountOutputBuilder
impl Clone for GetInvitationsCountOutputBuilder
source§fn clone(&self) -> GetInvitationsCountOutputBuilder
fn clone(&self) -> GetInvitationsCountOutputBuilder
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 GetInvitationsCountOutputBuilder
impl Default for GetInvitationsCountOutputBuilder
source§fn default() -> GetInvitationsCountOutputBuilder
fn default() -> GetInvitationsCountOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetInvitationsCountOutputBuilder> for GetInvitationsCountOutputBuilder
impl PartialEq<GetInvitationsCountOutputBuilder> for GetInvitationsCountOutputBuilder
source§fn eq(&self, other: &GetInvitationsCountOutputBuilder) -> bool
fn eq(&self, other: &GetInvitationsCountOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.