7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetCloudWatchLogGroupArn(
const char* value) { m_cloudWatchLogGroupArnHasBeenSet =
true; m_cloudWatchLogGroupArn.assign(value); }
66 inline void SetLogPrefix(
const char* value) { m_logPrefixHasBeenSet =
true; m_logPrefix.assign(value); }
74 bool m_cloudWatchLogGroupArnHasBeenSet =
false;
77 bool m_logPrefixHasBeenSet =
false;
const Aws::String & GetLogPrefix() const
CloudWatchLogGroupLogDestination & WithCloudWatchLogGroupArn(Aws::String &&value)
void SetCloudWatchLogGroupArn(const char *value)
CloudWatchLogGroupLogDestination & WithCloudWatchLogGroupArn(const char *value)
CloudWatchLogGroupLogDestination & WithLogPrefix(Aws::String &&value)
CloudWatchLogGroupLogDestination & WithCloudWatchLogGroupArn(const Aws::String &value)
AWS_LEXMODELSV2_API CloudWatchLogGroupLogDestination()
void SetLogPrefix(const char *value)
CloudWatchLogGroupLogDestination & WithLogPrefix(const char *value)
void SetLogPrefix(const Aws::String &value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCloudWatchLogGroupArn(Aws::String &&value)
AWS_LEXMODELSV2_API CloudWatchLogGroupLogDestination(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLogGroupLogDestination & WithLogPrefix(const Aws::String &value)
bool CloudWatchLogGroupArnHasBeenSet() const
void SetCloudWatchLogGroupArn(const Aws::String &value)
void SetLogPrefix(Aws::String &&value)
AWS_LEXMODELSV2_API CloudWatchLogGroupLogDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
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