Struct aws_sdk_managedblockchain::input::VoteOnProposalInput [−][src]
#[non_exhaustive]pub struct VoteOnProposalInput {
pub network_id: Option<String>,
pub proposal_id: Option<String>,
pub voter_member_id: Option<String>,
pub vote: Option<VoteValue>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.network_id: Option<String>
The unique identifier of the network.
proposal_id: Option<String>
The unique identifier of the proposal.
voter_member_id: Option<String>
The unique identifier of the member casting the vote.
vote: Option<VoteValue>
The value of the vote.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<VoteOnProposal, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<VoteOnProposal, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<VoteOnProposal
>
Creates a new builder-style object to manufacture VoteOnProposalInput
The unique identifier of the network.
The unique identifier of the proposal.
The unique identifier of the member casting the vote.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VoteOnProposalInput
impl Send for VoteOnProposalInput
impl Sync for VoteOnProposalInput
impl Unpin for VoteOnProposalInput
impl UnwindSafe for VoteOnProposalInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more