Class CreateProposalRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.managedblockchain.transform.CreateProposalRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateProposalRequest>
@Generated("software.amazon.awssdk:codegen")
public class CreateProposalRequestMarshaller
extends Object
implements Marshaller<CreateProposalRequest>
CreateProposalRequest Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateProposalRequest createProposalRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateProposalRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateProposalRequest>- Parameters:
createProposalRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-