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