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