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