7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IdentityT = Aws::String>
47 void SetIdentity(IdentityT&& value) { m_identityHasBeenSet =
true; m_identity = std::forward<IdentityT>(value); }
48 template<
typename IdentityT = Aws::String>
54 bool m_identityHasBeenSet =
false;
Identifier & WithIdentity(IdentityT &&value)
AWS_QUICKSIGHT_API Identifier & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Identifier()=default
AWS_QUICKSIGHT_API Identifier(Aws::Utils::Json::JsonView jsonValue)
void SetIdentity(IdentityT &&value)
const Aws::String & GetIdentity() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdentityHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue