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