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