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