7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PinpointEmail
51 template<
typename TopicArnT = Aws::String>
52 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
53 template<
typename TopicArnT = Aws::String>
59 bool m_topicArnHasBeenSet =
false;
AWS_PINPOINTEMAIL_API SnsDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTopicArn(TopicArnT &&value)
bool TopicArnHasBeenSet() const
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTopicArn() const
AWS_PINPOINTEMAIL_API SnsDestination(Aws::Utils::Json::JsonView jsonValue)
SnsDestination & WithTopicArn(TopicArnT &&value)
AWS_PINPOINTEMAIL_API SnsDestination()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue