7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/LoggingConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename LoggingConfigT = LoggingConfig>
42 void SetLoggingConfig(LoggingConfigT&& value) { m_loggingConfigHasBeenSet =
true; m_loggingConfig = std::forward<LoggingConfigT>(value); }
43 template<
typename LoggingConfigT = LoggingConfig>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_loggingConfigHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
GetModelInvocationLoggingConfigurationResult & WithLoggingConfig(LoggingConfigT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetModelInvocationLoggingConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCK_API GetModelInvocationLoggingConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const LoggingConfig & GetLoggingConfig() const
AWS_BEDROCK_API GetModelInvocationLoggingConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCK_API GetModelInvocationLoggingConfigurationResult()=default
void SetLoggingConfig(LoggingConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue