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