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