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