7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/model/NotificationConfigurationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/notifications/model/AggregationDuration.h>
12#include <aws/notifications/model/NotificationConfigurationSubtype.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace Notifications
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
87 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
88 template<
typename CreationTimeT = Aws::Utils::DateTime>
119 template<
typename RequestIdT = Aws::String>
120 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
121 template<
typename RequestIdT = Aws::String>
127 bool m_arnHasBeenSet =
false;
130 bool m_nameHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
136 bool m_statusHasBeenSet =
false;
139 bool m_creationTimeHasBeenSet =
false;
142 bool m_aggregationDurationHasBeenSet =
false;
145 bool m_subtypeHasBeenSet =
false;
148 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