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