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