Class ListInvocationStepsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.transform.ListInvocationStepsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListInvocationStepsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListInvocationStepsRequest>- Parameters:
listInvocationStepsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-