Class VoteOnProposalRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.managedblockchain.model.ManagedBlockchainRequest
-
- software.amazon.awssdk.services.managedblockchain.model.VoteOnProposalRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<VoteOnProposalRequest.Builder,VoteOnProposalRequest>
@Generated("software.amazon.awssdk:codegen") public final class VoteOnProposalRequest extends ManagedBlockchainRequest implements ToCopyableBuilder<VoteOnProposalRequest.Builder,VoteOnProposalRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVoteOnProposalRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VoteOnProposalRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnetworkId()The unique identifier of the network.StringproposalId()The unique identifier of the proposal.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VoteOnProposalRequest.Builder>serializableBuilderClass()VoteOnProposalRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.VoteValuevote()The value of the vote.StringvoteAsString()The value of the vote.StringvoterMemberId()The unique identifier of the member casting the vote.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
networkId
public final String networkId()
The unique identifier of the network.
- Returns:
- The unique identifier of the network.
-
proposalId
public final String proposalId()
The unique identifier of the proposal.
- Returns:
- The unique identifier of the proposal.
-
voterMemberId
public final String voterMemberId()
The unique identifier of the member casting the vote.
- Returns:
- The unique identifier of the member casting the vote.
-
vote
public final VoteValue vote()
The value of the vote.
If the service returns an enum value that is not available in the current SDK version,
votewill returnVoteValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvoteAsString().- Returns:
- The value of the vote.
- See Also:
VoteValue
-
voteAsString
public final String voteAsString()
The value of the vote.
If the service returns an enum value that is not available in the current SDK version,
votewill returnVoteValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvoteAsString().- Returns:
- The value of the vote.
- See Also:
VoteValue
-
toBuilder
public VoteOnProposalRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VoteOnProposalRequest.Builder,VoteOnProposalRequest>- Specified by:
toBuilderin classManagedBlockchainRequest
-
builder
public static VoteOnProposalRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends VoteOnProposalRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-