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