7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/amp/model/QueryLoggingConfigurationStatus.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/amp/model/LoggingDestination.h>
25namespace PrometheusService
50 template<
typename CreatedAtT = Aws::Utils::DateTime>
51 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
52 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 template<
typename DestinationsT = Aws::Vector<LoggingDestination>>
63 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
64 template<
typename DestinationsT = Aws::Vector<LoggingDestination>>
66 template<
typename DestinationsT = LoggingDestination>
76 template<
typename ModifiedAtT = Aws::Utils::DateTime>
77 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
78 template<
typename ModifiedAtT = Aws::Utils::DateTime>
88 template<
typename StatusT = QueryLoggingConfigurationStatus>
89 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
90 template<
typename StatusT = QueryLoggingConfigurationStatus>
100 template<
typename WorkspaceT = Aws::String>
101 void SetWorkspace(WorkspaceT&& value) { m_workspaceHasBeenSet =
true; m_workspace = std::forward<WorkspaceT>(value); }
102 template<
typename WorkspaceT = Aws::String>
108 bool m_createdAtHasBeenSet =
false;
111 bool m_destinationsHasBeenSet =
false;
114 bool m_modifiedAtHasBeenSet =
false;
116 QueryLoggingConfigurationStatus m_status;
117 bool m_statusHasBeenSet =
false;
120 bool m_workspaceHasBeenSet =
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