AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
DestinationConfiguration.h
1
6#pragma once
7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/model/AuditLogDestinationConfiguration.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 DestinationConfiguration() = default;
33 AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const AuditLogDestinationConfiguration& GetAuditLog() const { return m_auditLog; }
40 inline bool AuditLogHasBeenSet() const { return m_auditLogHasBeenSet; }
41 template <typename AuditLogT = AuditLogDestinationConfiguration>
42 void SetAuditLog(AuditLogT&& value) {
43 m_auditLogHasBeenSet = true;
44 m_auditLog = std::forward<AuditLogT>(value);
45 }
46 template <typename AuditLogT = AuditLogDestinationConfiguration>
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
AWS_APPFABRIC_API DestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API DestinationConfiguration()=default
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
const AuditLogDestinationConfiguration & GetAuditLog() const
AWS_APPFABRIC_API DestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DestinationConfiguration & WithAuditLog(AuditLogT &&value)
Aws::Utils::Json::JsonValue JsonValue