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