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