7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename PlatformApplicationArnT = Aws::String>
51 void SetPlatformApplicationArn(PlatformApplicationArnT&& value) { m_platformApplicationArnHasBeenSet =
true; m_platformApplicationArn = std::forward<PlatformApplicationArnT>(value); }
52 template<
typename PlatformApplicationArnT = Aws::String>
58 bool m_platformApplicationArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String