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