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