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