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