AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
NetworkAclCommonPolicy.h
1
6#pragma once
7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/model/NetworkAclEntrySet.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace FMS
22{
23namespace Model
24{
25
39 {
40 public:
41 AWS_FMS_API NetworkAclCommonPolicy() = default;
45
46
48
51 inline const NetworkAclEntrySet& GetNetworkAclEntrySet() const { return m_networkAclEntrySet; }
52 inline bool NetworkAclEntrySetHasBeenSet() const { return m_networkAclEntrySetHasBeenSet; }
53 template<typename NetworkAclEntrySetT = NetworkAclEntrySet>
54 void SetNetworkAclEntrySet(NetworkAclEntrySetT&& value) { m_networkAclEntrySetHasBeenSet = true; m_networkAclEntrySet = std::forward<NetworkAclEntrySetT>(value); }
55 template<typename NetworkAclEntrySetT = NetworkAclEntrySet>
56 NetworkAclCommonPolicy& WithNetworkAclEntrySet(NetworkAclEntrySetT&& value) { SetNetworkAclEntrySet(std::forward<NetworkAclEntrySetT>(value)); return *this;}
58 private:
59
60 NetworkAclEntrySet m_networkAclEntrySet;
61 bool m_networkAclEntrySetHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace FMS
66} // namespace Aws
AWS_FMS_API NetworkAclCommonPolicy(Aws::Utils::Json::JsonView jsonValue)
void SetNetworkAclEntrySet(NetworkAclEntrySetT &&value)
AWS_FMS_API NetworkAclCommonPolicy()=default
AWS_FMS_API NetworkAclCommonPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
const NetworkAclEntrySet & GetNetworkAclEntrySet() const
NetworkAclCommonPolicy & WithNetworkAclEntrySet(NetworkAclEntrySetT &&value)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue