AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
AuditLogProcessingConfiguration.h
1
6#pragma once
7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/Format.h>
9#include <aws/appfabric/model/Schema.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace AppFabric {
21namespace Model {
22
30 public:
31 AWS_APPFABRIC_API AuditLogProcessingConfiguration() = default;
34 AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline Schema GetSchema() const { return m_schema; }
41 inline bool SchemaHasBeenSet() const { return m_schemaHasBeenSet; }
42 inline void SetSchema(Schema value) {
43 m_schemaHasBeenSet = true;
44 m_schema = value;
45 }
47 SetSchema(value);
48 return *this;
49 }
51
53
56 inline Format GetFormat() const { return m_format; }
57 inline bool FormatHasBeenSet() const { return m_formatHasBeenSet; }
58 inline void SetFormat(Format value) {
59 m_formatHasBeenSet = true;
60 m_format = value;
61 }
63 SetFormat(value);
64 return *this;
65 }
67 private:
68 Schema m_schema{Schema::NOT_SET};
69
70 Format m_format{Format::NOT_SET};
71 bool m_schemaHasBeenSet = false;
72 bool m_formatHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace AppFabric
77} // namespace Aws
AuditLogProcessingConfiguration & WithSchema(Schema value)
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
AuditLogProcessingConfiguration & WithFormat(Format value)
AWS_APPFABRIC_API AuditLogProcessingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API AuditLogProcessingConfiguration()=default
AWS_APPFABRIC_API AuditLogProcessingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue