7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
46 template <
typename KeyArnT = Aws::String>
48 m_keyArnHasBeenSet =
true;
49 m_keyArn = std::forward<KeyArnT>(value);
51 template <
typename KeyArnT = Aws::String>
66 m_defaultKeyHasBeenSet =
true;
77 bool m_defaultKey{
false};
78 bool m_keyArnHasBeenSet =
false;
79 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