7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename SnsTopicArnT = Aws::String>
41 void SetSnsTopicArn(SnsTopicArnT&& value) { m_snsTopicArnHasBeenSet =
true; m_snsTopicArn = std::forward<SnsTopicArnT>(value); }
42 template<
typename SnsTopicArnT = Aws::String>
51 template<
typename SnsRoleNameT = Aws::String>
52 void SetSnsRoleName(SnsRoleNameT&& value) { m_snsRoleNameHasBeenSet =
true; m_snsRoleName = std::forward<SnsRoleNameT>(value); }
53 template<
typename SnsRoleNameT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_snsTopicArnHasBeenSet =
false;
71 bool m_snsRoleNameHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_FMS_API GetNotificationChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FMS_API GetNotificationChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSnsRoleName(SnsRoleNameT &&value)
void SetSnsTopicArn(SnsTopicArnT &&value)
GetNotificationChannelResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_FMS_API GetNotificationChannelResult()=default
const Aws::String & GetSnsRoleName() const
GetNotificationChannelResult & WithSnsTopicArn(SnsTopicArnT &&value)
const Aws::String & GetSnsTopicArn() const
GetNotificationChannelResult & WithSnsRoleName(SnsRoleNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue