7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename NotificationIdT = Aws::String>
37 m_notificationIdHasBeenSet =
true;
38 m_notificationId = std::forward<NotificationIdT>(value);
40 template <
typename NotificationIdT = Aws::String>
52 template <
typename NotificationArnT = Aws::String>
54 m_notificationArnHasBeenSet =
true;
55 m_notificationArn = std::forward<NotificationArnT>(value);
57 template <
typename NotificationArnT = 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_notificationIdHasBeenSet =
false;
88 bool m_notificationArnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNotificationArn() const
void SetRequestId(RequestIdT &&value)
CreateNotificationResult & WithNotificationId(NotificationIdT &&value)
const Aws::String & GetNotificationId() const
AWS_CONNECT_API CreateNotificationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateNotificationResult & WithRequestId(RequestIdT &&value)
void SetNotificationId(NotificationIdT &&value)
const Aws::String & GetRequestId() const
void SetNotificationArn(NotificationArnT &&value)
CreateNotificationResult & WithNotificationArn(NotificationArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CONNECT_API CreateNotificationResult()=default
AWS_CONNECT_API CreateNotificationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue