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