AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ProcessingConfiguration.h
1
6#pragma once
7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/AuditLogProcessingConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AppFabric {
20namespace Model {
21
29 public:
30 AWS_APPFABRIC_API ProcessingConfiguration() = default;
33 AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const AuditLogProcessingConfiguration& GetAuditLog() const { return m_auditLog; }
40 inline bool AuditLogHasBeenSet() const { return m_auditLogHasBeenSet; }
41 template <typename AuditLogT = AuditLogProcessingConfiguration>
42 void SetAuditLog(AuditLogT&& value) {
43 m_auditLogHasBeenSet = true;
44 m_auditLog = std::forward<AuditLogT>(value);
45 }
46 template <typename AuditLogT = AuditLogProcessingConfiguration>
48 SetAuditLog(std::forward<AuditLogT>(value));
49 return *this;
50 }
52 private:
54 bool m_auditLogHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace AppFabric
59} // namespace Aws
const AuditLogProcessingConfiguration & GetAuditLog() const
ProcessingConfiguration & WithAuditLog(AuditLogT &&value)
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFABRIC_API ProcessingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API ProcessingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API ProcessingConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue