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