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