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