7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/notifications/Notifications_EXPORTS.h>
11#include <aws/notifications/model/AggregationDuration.h>
12#include <aws/notifications/model/NotificationConfigurationStatus.h>
13#include <aws/notifications/model/NotificationConfigurationSubtype.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace Notifications {
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
92 m_statusHasBeenSet =
true;
106 template <
typename CreationTimeT = Aws::Utils::DateTime>
108 m_creationTimeHasBeenSet =
true;
109 m_creationTime = std::forward<CreationTimeT>(value);
111 template <
typename CreationTimeT = Aws::Utils::DateTime>
130 m_aggregationDurationHasBeenSet =
true;
131 m_aggregationDuration = value;
145 m_subtypeHasBeenSet =
true;
157 template <
typename RequestIdT = Aws::String>
159 m_requestIdHasBeenSet =
true;
160 m_requestId = std::forward<RequestIdT>(value);
162 template <
typename RequestIdT = Aws::String>
187 bool m_arnHasBeenSet =
false;
188 bool m_nameHasBeenSet =
false;
189 bool m_descriptionHasBeenSet =
false;
190 bool m_statusHasBeenSet =
false;
191 bool m_creationTimeHasBeenSet =
false;
192 bool m_aggregationDurationHasBeenSet =
false;
193 bool m_subtypeHasBeenSet =
false;
194 bool m_requestIdHasBeenSet =
false;
GetNotificationConfigurationResult & WithStatus(NotificationConfigurationStatus value)
GetNotificationConfigurationResult & WithAggregationDuration(AggregationDuration value)
AWS_NOTIFICATIONS_API GetNotificationConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSubtype(NotificationConfigurationSubtype value)
NotificationConfigurationSubtype GetSubtype() const
AWS_NOTIFICATIONS_API GetNotificationConfigurationResult()=default
const Aws::String & GetName() const
void SetAggregationDuration(AggregationDuration value)
NotificationConfigurationStatus GetStatus() const
GetNotificationConfigurationResult & WithSubtype(NotificationConfigurationSubtype value)
GetNotificationConfigurationResult & WithRequestId(RequestIdT &&value)
AggregationDuration GetAggregationDuration() const
const Aws::String & GetDescription() const
void SetStatus(NotificationConfigurationStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_NOTIFICATIONS_API GetNotificationConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
GetNotificationConfigurationResult & WithDescription(DescriptionT &&value)
GetNotificationConfigurationResult & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
GetNotificationConfigurationResult & WithCreationTime(CreationTimeT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
GetNotificationConfigurationResult & WithName(NameT &&value)
NotificationConfigurationSubtype
NotificationConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue