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