Class GetDocumentationVersionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apigateway.transform.GetDocumentationVersionsRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetDocumentationVersionsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetDocumentationVersionsRequest>
- Parameters:
getDocumentationVersionsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-