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