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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace Notifications
43 template<
typename ArnT = Aws::String>
44 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
45 template<
typename ArnT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
85 template<
typename CreationTimeT = Aws::Utils::DateTime>
86 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
87 template<
typename CreationTimeT = Aws::Utils::DateTime>
109 template<
typename RequestIdT = Aws::String>
110 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
111 template<
typename RequestIdT = Aws::String>
117 bool m_arnHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
126 bool m_statusHasBeenSet =
false;
129 bool m_creationTimeHasBeenSet =
false;
132 bool m_aggregationDurationHasBeenSet =
false;
135 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)
AWS_NOTIFICATIONS_API GetNotificationConfigurationResult()=default
const Aws::String & GetName() const
void SetAggregationDuration(AggregationDuration value)
NotificationConfigurationStatus GetStatus() const
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)
NotificationConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue