AWS SDK for C++

AWS SDK for C++ Version 1.11.749

Loading...
Searching...
No Matches
ServiceConnectAccessLogConfiguration.h
1
6#pragma once
7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/model/ServiceConnectAccessLoggingFormat.h>
9#include <aws/ecs/model/ServiceConnectIncludeQueryParameters.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace ECS {
21namespace Model {
22
34 public:
35 AWS_ECS_API ServiceConnectAccessLogConfiguration() = default;
39
41
46 inline ServiceConnectAccessLoggingFormat GetFormat() const { return m_format; }
47 inline bool FormatHasBeenSet() const { return m_formatHasBeenSet; }
49 m_formatHasBeenSet = true;
50 m_format = value;
51 }
53 SetFormat(value);
54 return *this;
55 }
57
59
66 inline ServiceConnectIncludeQueryParameters GetIncludeQueryParameters() const { return m_includeQueryParameters; }
67 inline bool IncludeQueryParametersHasBeenSet() const { return m_includeQueryParametersHasBeenSet; }
69 m_includeQueryParametersHasBeenSet = true;
70 m_includeQueryParameters = value;
71 }
74 return *this;
75 }
77 private:
79
81 bool m_formatHasBeenSet = false;
82 bool m_includeQueryParametersHasBeenSet = false;
83};
84
85} // namespace Model
86} // namespace ECS
87} // namespace Aws
ServiceConnectAccessLogConfiguration & WithIncludeQueryParameters(ServiceConnectIncludeQueryParameters value)
AWS_ECS_API ServiceConnectAccessLogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceConnectAccessLogConfiguration & WithFormat(ServiceConnectAccessLoggingFormat value)
ServiceConnectIncludeQueryParameters GetIncludeQueryParameters() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API ServiceConnectAccessLogConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetIncludeQueryParameters(ServiceConnectIncludeQueryParameters value)
Aws::Utils::Json::JsonValue JsonValue