AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
45
46
48
51 inline const NetworkAclEntrySet& GetNetworkAclEntrySet() const{ return m_networkAclEntrySet; }
52 inline bool NetworkAclEntrySetHasBeenSet() const { return m_networkAclEntrySetHasBeenSet; }
53 inline void SetNetworkAclEntrySet(const NetworkAclEntrySet& value) { m_networkAclEntrySetHasBeenSet = true; m_networkAclEntrySet = value; }
54 inline void SetNetworkAclEntrySet(NetworkAclEntrySet&& value) { m_networkAclEntrySetHasBeenSet = true; m_networkAclEntrySet = std::move(value); }
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)
NetworkAclCommonPolicy & WithNetworkAclEntrySet(const NetworkAclEntrySet &value)
void SetNetworkAclEntrySet(NetworkAclEntrySet &&value)
NetworkAclCommonPolicy & WithNetworkAclEntrySet(NetworkAclEntrySet &&value)
void SetNetworkAclEntrySet(const NetworkAclEntrySet &value)
AWS_FMS_API NetworkAclCommonPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
const NetworkAclEntrySet & GetNetworkAclEntrySet() const
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue