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