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