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