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