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