7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 inline void SetKeyArn(
const char* value) { m_keyArnHasBeenSet =
true; m_keyArn.assign(value); }
67 inline void SetDefaultKey(
bool value) { m_defaultKeyHasBeenSet =
true; m_defaultKey = value; }
73 bool m_keyArnHasBeenSet =
false;
76 bool m_defaultKeyHasBeenSet =
false;
void SetKeyArn(Aws::String &&value)
bool GetDefaultKey() const
RegisteredCustomerManagedKey & WithKeyArn(const Aws::String &value)
const Aws::String & GetKeyArn() const
void SetKeyArn(const Aws::String &value)
RegisteredCustomerManagedKey & WithDefaultKey(bool value)
RegisteredCustomerManagedKey & WithKeyArn(Aws::String &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API RegisteredCustomerManagedKey(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API RegisteredCustomerManagedKey()
bool KeyArnHasBeenSet() const
void SetDefaultKey(bool value)
RegisteredCustomerManagedKey & WithKeyArn(const char *value)
AWS_QUICKSIGHT_API RegisteredCustomerManagedKey & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyArn(const char *value)
bool DefaultKeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue