Struct aws_sdk_managedblockchain::model::vote_summary::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for VoteSummary.
Implementations§
source§impl Builder
impl Builder
sourcepub fn member_name(self, input: impl Into<String>) -> Self
pub fn member_name(self, input: impl Into<String>) -> Self
The name of the member that cast the vote.
sourcepub fn set_member_name(self, input: Option<String>) -> Self
pub fn set_member_name(self, input: Option<String>) -> Self
The name of the member that cast the vote.
sourcepub fn member_id(self, input: impl Into<String>) -> Self
pub fn member_id(self, input: impl Into<String>) -> Self
The unique identifier of the member that cast the vote.
sourcepub fn set_member_id(self, input: Option<String>) -> Self
pub fn set_member_id(self, input: Option<String>) -> Self
The unique identifier of the member that cast the vote.
sourcepub fn build(self) -> VoteSummary
pub fn build(self) -> VoteSummary
Consumes the builder and constructs a VoteSummary.