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