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