Class UpdateEventLogConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.UpdateEventLogConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateEventLogConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateEventLogConfigurationRequest>- Parameters:
updateEventLogConfigurationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-