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