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