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