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