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