7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CloudWatchLogGroupArnT = Aws::String>
50 void SetCloudWatchLogGroupArn(CloudWatchLogGroupArnT&& value) { m_cloudWatchLogGroupArnHasBeenSet =
true; m_cloudWatchLogGroupArn = std::forward<CloudWatchLogGroupArnT>(value); }
51 template<
typename CloudWatchLogGroupArnT = Aws::String>
62 template<
typename LogPrefixT = Aws::String>
63 void SetLogPrefix(LogPrefixT&& value) { m_logPrefixHasBeenSet =
true; m_logPrefix = std::forward<LogPrefixT>(value); }
64 template<
typename LogPrefixT = Aws::String>
70 bool m_cloudWatchLogGroupArnHasBeenSet =
false;
73 bool m_logPrefixHasBeenSet =
false;
const Aws::String & GetLogPrefix() const
AWS_LEXMODELSV2_API CloudWatchLogGroupLogDestination()=default
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCloudWatchLogGroupArn(CloudWatchLogGroupArnT &&value)
void SetLogPrefix(LogPrefixT &&value)
AWS_LEXMODELSV2_API CloudWatchLogGroupLogDestination(Aws::Utils::Json::JsonView jsonValue)
bool CloudWatchLogGroupArnHasBeenSet() const
CloudWatchLogGroupLogDestination & WithLogPrefix(LogPrefixT &&value)
AWS_LEXMODELSV2_API CloudWatchLogGroupLogDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLogGroupLogDestination & WithCloudWatchLogGroupArn(CloudWatchLogGroupArnT &&value)
bool LogPrefixHasBeenSet() const
const Aws::String & GetCloudWatchLogGroupArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue