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