7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename IdentifierT = Aws::String>
42 m_identifierHasBeenSet =
true;
43 m_identifier = std::forward<IdentifierT>(value);
45 template <
typename IdentifierT = Aws::String>
58 template <
typename TopicArnT = Aws::String>
60 m_topicArnHasBeenSet =
true;
61 m_topicArn = std::forward<TopicArnT>(value);
63 template <
typename TopicArnT = Aws::String>
73 bool m_identifierHasBeenSet =
false;
74 bool m_topicArnHasBeenSet =
false;
AWS_QUICKSIGHT_API TopicIdentifierDeclaration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TopicIdentifierDeclaration()=default
bool TopicArnHasBeenSet() const
void SetTopicArn(TopicArnT &&value)
TopicIdentifierDeclaration & WithTopicArn(TopicArnT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTopicArn() const
bool IdentifierHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
AWS_QUICKSIGHT_API TopicIdentifierDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentifier() const
TopicIdentifierDeclaration & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue