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