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