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