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