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