7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
10#include <aws/notifications/model/AggregationDuration.h>
11#include <aws/notifications/model/NotificationConfigurationStatus.h>
12#include <aws/notifications/model/NotificationConfigurationSubtype.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace Notifications {
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
91 m_statusHasBeenSet =
true;
105 template <
typename CreationTimeT = Aws::Utils::DateTime>
107 m_creationTimeHasBeenSet =
true;
108 m_creationTime = std::forward<CreationTimeT>(value);
110 template <
typename CreationTimeT = Aws::Utils::DateTime>
129 m_aggregationDurationHasBeenSet =
true;
130 m_aggregationDuration = value;
144 m_subtypeHasBeenSet =
true;
156 template <
typename RequestIdT = Aws::String>
158 m_requestIdHasBeenSet =
true;
159 m_requestId = std::forward<RequestIdT>(value);
161 template <
typename RequestIdT = Aws::String>
183 bool m_arnHasBeenSet =
false;
184 bool m_nameHasBeenSet =
false;
185 bool m_descriptionHasBeenSet =
false;
186 bool m_statusHasBeenSet =
false;
187 bool m_creationTimeHasBeenSet =
false;
188 bool m_aggregationDurationHasBeenSet =
false;
189 bool m_subtypeHasBeenSet =
false;
190 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_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