Class GetMethodRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.apigateway.transform.GetMethodRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<GetMethodRequest>
@Generated("software.amazon.awssdk:codegen") public class GetMethodRequestMarshaller extends Object implements Marshaller<GetMethodRequest>
GetMethodRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description GetMethodRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(GetMethodRequest getMethodRequest)
-
-
-
Constructor Detail
-
GetMethodRequestMarshaller
public GetMethodRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(GetMethodRequest getMethodRequest)
- Specified by:
marshallin interfaceMarshaller<GetMethodRequest>
-
-