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