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