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