7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/lex-models/model/LogType.h>
9#include <aws/lex-models/model/Destination.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace LexModelBuildingService
48 inline void SetLogType(
const LogType& value) { m_logTypeHasBeenSet =
true; m_logType = value; }
49 inline void SetLogType(
LogType&& value) { m_logTypeHasBeenSet =
true; m_logType = std::move(value); }
75 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
90 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
106 inline void SetResourcePrefix(
const char* value) { m_resourcePrefixHasBeenSet =
true; m_resourcePrefix.assign(value); }
114 bool m_logTypeHasBeenSet =
false;
117 bool m_destinationHasBeenSet =
false;
120 bool m_kmsKeyArnHasBeenSet =
false;
123 bool m_resourceArnHasBeenSet =
false;
126 bool m_resourcePrefixHasBeenSet =
false;
LogSettingsResponse & WithResourceArn(const char *value)
void SetDestination(Destination &&value)
const Aws::String & GetKmsKeyArn() const
void SetResourcePrefix(Aws::String &&value)
void SetDestination(const Destination &value)
LogSettingsResponse & WithKmsKeyArn(const Aws::String &value)
const Destination & GetDestination() const
bool KmsKeyArnHasBeenSet() const
LogSettingsResponse & WithResourceArn(Aws::String &&value)
void SetResourcePrefix(const Aws::String &value)
LogSettingsResponse & WithResourceArn(const Aws::String &value)
LogSettingsResponse & WithDestination(const Destination &value)
AWS_LEXMODELBUILDINGSERVICE_API LogSettingsResponse()
LogSettingsResponse & WithResourcePrefix(const Aws::String &value)
void SetKmsKeyArn(const Aws::String &value)
bool ResourcePrefixHasBeenSet() const
bool ResourceArnHasBeenSet() const
LogSettingsResponse & WithKmsKeyArn(Aws::String &&value)
bool DestinationHasBeenSet() const
bool LogTypeHasBeenSet() const
void SetLogType(const LogType &value)
LogSettingsResponse & WithLogType(const LogType &value)
const Aws::String & GetResourceArn() const
void SetResourcePrefix(const char *value)
void SetResourceArn(const Aws::String &value)
LogSettingsResponse & WithKmsKeyArn(const char *value)
const LogType & GetLogType() const
LogSettingsResponse & WithResourcePrefix(const char *value)
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
LogSettingsResponse & WithLogType(LogType &&value)
const Aws::String & GetResourcePrefix() const
void SetResourceArn(Aws::String &&value)
void SetResourceArn(const char *value)
LogSettingsResponse & WithResourcePrefix(Aws::String &&value)
void SetKmsKeyArn(Aws::String &&value)
void SetKmsKeyArn(const char *value)
AWS_LEXMODELBUILDINGSERVICE_API LogSettingsResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELBUILDINGSERVICE_API LogSettingsResponse(Aws::Utils::Json::JsonView jsonValue)
void SetLogType(LogType &&value)
LogSettingsResponse & WithDestination(Destination &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue