AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AuditLogProcessingConfiguration.h
1
6#pragma once
7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/Schema.h>
9#include <aws/appfabric/model/Format.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace AppFabric
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_APPFABRIC_API AuditLogProcessingConfiguration() = default;
39 AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline Schema GetSchema() const { return m_schema; }
47 inline bool SchemaHasBeenSet() const { return m_schemaHasBeenSet; }
48 inline void SetSchema(Schema value) { m_schemaHasBeenSet = true; m_schema = value; }
49 inline AuditLogProcessingConfiguration& WithSchema(Schema value) { SetSchema(value); return *this;}
51
53
56 inline Format GetFormat() const { return m_format; }
57 inline bool FormatHasBeenSet() const { return m_formatHasBeenSet; }
58 inline void SetFormat(Format value) { m_formatHasBeenSet = true; m_format = value; }
59 inline AuditLogProcessingConfiguration& WithFormat(Format value) { SetFormat(value); return *this;}
61 private:
62
63 Schema m_schema{Schema::NOT_SET};
64 bool m_schemaHasBeenSet = false;
65
66 Format m_format{Format::NOT_SET};
67 bool m_formatHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace AppFabric
72} // 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