7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
19namespace TimestreamQuery {
42 template <
typename TopicArnT = Aws::String>
44 m_topicArnHasBeenSet =
true;
45 m_topicArn = std::forward<TopicArnT>(value);
47 template <
typename TopicArnT = Aws::String>
55 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