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