7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fms/FMS_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename SnsTopicArnT = Aws::String>
37 m_snsTopicArnHasBeenSet =
true;
38 m_snsTopicArn = std::forward<SnsTopicArnT>(value);
40 template <
typename SnsTopicArnT = Aws::String>
52 template <
typename SnsRoleNameT = Aws::String>
54 m_snsRoleNameHasBeenSet =
true;
55 m_snsRoleName = std::forward<SnsRoleNameT>(value);
57 template <
typename SnsRoleNameT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_snsTopicArnHasBeenSet =
false;
88 bool m_snsRoleNameHasBeenSet =
false;
89 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue