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