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