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