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