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