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