7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/amp/model/LoggingConfigurationStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
23namespace PrometheusService
50 template<
typename StatusT = LoggingConfigurationStatus>
51 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
52 template<
typename StatusT = LoggingConfigurationStatus>
62 template<
typename WorkspaceT = Aws::String>
63 void SetWorkspace(WorkspaceT&& value) { m_workspaceHasBeenSet =
true; m_workspace = std::forward<WorkspaceT>(value); }
64 template<
typename WorkspaceT = Aws::String>
75 template<
typename LogGroupArnT = Aws::String>
76 void SetLogGroupArn(LogGroupArnT&& value) { m_logGroupArnHasBeenSet =
true; m_logGroupArn = std::forward<LogGroupArnT>(value); }
77 template<
typename LogGroupArnT = Aws::String>
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
88 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
89 template<
typename CreatedAtT = Aws::Utils::DateTime>
100 template<
typename ModifiedAtT = Aws::Utils::DateTime>
101 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
102 template<
typename ModifiedAtT = Aws::Utils::DateTime>
108 bool m_statusHasBeenSet =
false;
111 bool m_workspaceHasBeenSet =
false;
114 bool m_logGroupArnHasBeenSet =
false;
117 bool m_createdAtHasBeenSet =
false;
120 bool m_modifiedAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue