7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/Notification.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename NotificationT = Notification>
39 m_notificationHasBeenSet =
true;
40 m_notification = std::forward<NotificationT>(value);
42 template <
typename NotificationT = Notification>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_notificationHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_CONNECT_API DescribeNotificationResult()=default
void SetNotification(NotificationT &&value)
DescribeNotificationResult & WithNotification(NotificationT &&value)
AWS_CONNECT_API DescribeNotificationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECT_API DescribeNotificationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeNotificationResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
const Notification & GetNotification() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue