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