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