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