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