7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamQuery
48 template<
typename TopicArnT = Aws::String>
49 void SetTopicArn(
TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
50 template<
typename TopicArnT = Aws::String>
56 bool m_topicArnHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API SnsConfiguration()=default
const Aws::String & GetTopicArn() const
void SetTopicArn(TopicArnT &&value)
AWS_TIMESTREAMQUERY_API SnsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SnsConfiguration & WithTopicArn(TopicArnT &&value)
AWS_TIMESTREAMQUERY_API SnsConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
bool TopicArnHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue