7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/bedrock/model/LoggingConfig.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "PutModelInvocationLoggingConfiguration"; }
41 template<
typename LoggingConfigT = LoggingConfig>
42 void SetLoggingConfig(LoggingConfigT&& value) { m_loggingConfigHasBeenSet =
true; m_loggingConfig = std::forward<LoggingConfigT>(value); }
43 template<
typename LoggingConfigT = LoggingConfig>
49 bool m_loggingConfigHasBeenSet =
false;
AWS_BEDROCK_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool LoggingConfigHasBeenSet() const
const LoggingConfig & GetLoggingConfig() const
AWS_BEDROCK_API PutModelInvocationLoggingConfigurationRequest()=default
PutModelInvocationLoggingConfigurationRequest & WithLoggingConfig(LoggingConfigT &&value)
void SetLoggingConfig(LoggingConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String