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