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