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
50 inline void SetLogType(
const LogType& value) { m_logTypeHasBeenSet =
true; m_logType = value; }
51 inline void SetLogType(
LogType&& value) { m_logTypeHasBeenSet =
true; m_logType = std::move(value); }
79 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
94 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
102 bool m_logTypeHasBeenSet =
false;
105 bool m_destinationHasBeenSet =
false;
108 bool m_kmsKeyArnHasBeenSet =
false;
111 bool m_resourceArnHasBeenSet =
false;
LogSettingsRequest & WithDestination(Destination &&value)
LogSettingsRequest & WithDestination(const Destination &value)
void SetResourceArn(const char *value)
void SetResourceArn(const Aws::String &value)
bool KmsKeyArnHasBeenSet() const
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
LogSettingsRequest & WithKmsKeyArn(Aws::String &&value)
void SetDestination(const Destination &value)
void SetDestination(Destination &&value)
AWS_LEXMODELBUILDINGSERVICE_API LogSettingsRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
LogSettingsRequest & WithLogType(LogType &&value)
void SetKmsKeyArn(Aws::String &&value)
LogSettingsRequest & WithResourceArn(const char *value)
bool ResourceArnHasBeenSet() const
LogSettingsRequest & WithKmsKeyArn(const Aws::String &value)
bool DestinationHasBeenSet() const
bool LogTypeHasBeenSet() const
const LogType & GetLogType() const
void SetKmsKeyArn(const char *value)
AWS_LEXMODELBUILDINGSERVICE_API LogSettingsRequest()
void SetLogType(LogType &&value)
AWS_LEXMODELBUILDINGSERVICE_API LogSettingsRequest(Aws::Utils::Json::JsonView jsonValue)
void SetResourceArn(Aws::String &&value)
const Destination & GetDestination() const
void SetKmsKeyArn(const Aws::String &value)
void SetLogType(const LogType &value)
LogSettingsRequest & WithLogType(const LogType &value)
const Aws::String & GetKmsKeyArn() const
LogSettingsRequest & WithKmsKeyArn(const char *value)
LogSettingsRequest & WithResourceArn(Aws::String &&value)
const Aws::String & GetResourceArn() const
LogSettingsRequest & WithResourceArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue