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