Class UpdateAgentRuntimeRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentcorecontrol.transform.UpdateAgentRuntimeRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateAgentRuntimeRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateAgentRuntimeRequestMarshaller
extends Object
implements Marshaller<UpdateAgentRuntimeRequest>
UpdateAgentRuntimeRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateAgentRuntimeRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateAgentRuntimeRequest updateAgentRuntimeRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateAgentRuntimeRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateAgentRuntimeRequest>
- Parameters:
- updateAgentRuntimeRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-