7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/amp/model/LoggingDestination.h>
9#include <aws/amp/model/QueryLoggingConfigurationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace PrometheusService {
44 template <
typename StatusT = QueryLoggingConfigurationStatus>
46 m_statusHasBeenSet =
true;
47 m_status = std::forward<StatusT>(value);
49 template <
typename StatusT = QueryLoggingConfigurationStatus>
62 template <
typename WorkspaceT = Aws::String>
64 m_workspaceHasBeenSet =
true;
65 m_workspace = std::forward<WorkspaceT>(value);
67 template <
typename WorkspaceT = Aws::String>
80 template <
typename DestinationsT = Aws::Vector<LoggingDestination>>
82 m_destinationsHasBeenSet =
true;
83 m_destinations = std::forward<DestinationsT>(value);
85 template <
typename DestinationsT = Aws::Vector<LoggingDestination>>
90 template <
typename DestinationsT = LoggingDestination>
92 m_destinationsHasBeenSet =
true;
93 m_destinations.emplace_back(std::forward<DestinationsT>(value));
104 template <
typename CreatedAtT = Aws::Utils::DateTime>
106 m_createdAtHasBeenSet =
true;
107 m_createdAt = std::forward<CreatedAtT>(value);
109 template <
typename CreatedAtT = Aws::Utils::DateTime>
122 template <
typename ModifiedAtT = Aws::Utils::DateTime>
124 m_modifiedAtHasBeenSet =
true;
125 m_modifiedAt = std::forward<ModifiedAtT>(value);
127 template <
typename ModifiedAtT = Aws::Utils::DateTime>
143 bool m_statusHasBeenSet =
false;
144 bool m_workspaceHasBeenSet =
false;
145 bool m_destinationsHasBeenSet =
false;
146 bool m_createdAtHasBeenSet =
false;
147 bool m_modifiedAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue