7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/amp/model/LoggingConfigurationStatus.h>
23namespace 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>
63 template<
typename LogGroupArnT = Aws::String>
64 void SetLogGroupArn(LogGroupArnT&& value) { m_logGroupArnHasBeenSet =
true; m_logGroupArn = std::forward<LogGroupArnT>(value); }
65 template<
typename LogGroupArnT = Aws::String>
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 = LoggingConfigurationStatus>
89 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
90 template<
typename StatusT = LoggingConfigurationStatus>
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_logGroupArnHasBeenSet =
false;
114 bool m_modifiedAtHasBeenSet =
false;
116 LoggingConfigurationStatus m_status;
117 bool m_statusHasBeenSet =
false;
120 bool m_workspaceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue