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