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