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