AWS SDK for C++

AWS SDK for C++ Version 1.11.844

Loading...
Searching...
No Matches
CapacityProviderTelemetryConfig.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/CapacityProviderLoggingConfig.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Lambda {
20namespace Model {
21
29 public:
30 AWS_LAMBDA_API CapacityProviderTelemetryConfig() = default;
33 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const CapacityProviderLoggingConfig& GetLoggingConfig() const { return m_loggingConfig; }
40 inline bool LoggingConfigHasBeenSet() const { return m_loggingConfigHasBeenSet; }
41 template <typename LoggingConfigT = CapacityProviderLoggingConfig>
42 void SetLoggingConfig(LoggingConfigT&& value) {
43 m_loggingConfigHasBeenSet = true;
44 m_loggingConfig = std::forward<LoggingConfigT>(value);
45 }
46 template <typename LoggingConfigT = CapacityProviderLoggingConfig>
48 SetLoggingConfig(std::forward<LoggingConfigT>(value));
49 return *this;
50 }
52 private:
53 CapacityProviderLoggingConfig m_loggingConfig;
54 bool m_loggingConfigHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Lambda
59} // namespace Aws
const CapacityProviderLoggingConfig & GetLoggingConfig() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API CapacityProviderTelemetryConfig()=default
CapacityProviderTelemetryConfig & WithLoggingConfig(LoggingConfigT &&value)
AWS_LAMBDA_API CapacityProviderTelemetryConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API CapacityProviderTelemetryConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue