7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename SnsTopicArnT = Aws::String>
36 m_snsTopicArnHasBeenSet =
true;
37 m_snsTopicArn = std::forward<SnsTopicArnT>(value);
39 template <
typename SnsTopicArnT = Aws::String>
51 template <
typename SnsRoleNameT = Aws::String>
53 m_snsRoleNameHasBeenSet =
true;
54 m_snsRoleName = std::forward<SnsRoleNameT>(value);
56 template <
typename SnsRoleNameT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_snsTopicArnHasBeenSet =
false;
84 bool m_snsRoleNameHasBeenSet =
false;
85 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