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