7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/SnsConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace TimestreamQuery
46 template<
typename SnsConfigurationT = SnsConfiguration>
47 void SetSnsConfiguration(SnsConfigurationT&& value) { m_snsConfigurationHasBeenSet =
true; m_snsConfiguration = std::forward<SnsConfigurationT>(value); }
48 template<
typename SnsConfigurationT = SnsConfiguration>
60 template<
typename RoleArnT = Aws::String>
61 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
62 template<
typename RoleArnT = Aws::String>
68 bool m_snsConfigurationHasBeenSet =
false;
71 bool m_roleArnHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API AccountSettingsNotificationConfiguration()=default
AccountSettingsNotificationConfiguration & WithSnsConfiguration(SnsConfigurationT &&value)
const SnsConfiguration & GetSnsConfiguration() const
const Aws::String & GetRoleArn() const
AccountSettingsNotificationConfiguration & WithRoleArn(RoleArnT &&value)
void SetSnsConfiguration(SnsConfigurationT &&value)
void SetRoleArn(RoleArnT &&value)
bool SnsConfigurationHasBeenSet() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMQUERY_API AccountSettingsNotificationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API AccountSettingsNotificationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue