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