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