7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/model/Attachment.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/network-firewall/model/PerObjectStatus.h>
24namespace NetworkFirewall
60 template<
typename AttachmentT = Attachment>
61 void SetAttachment(AttachmentT&& value) { m_attachmentHasBeenSet =
true; m_attachment = std::forward<AttachmentT>(value); }
62 template<
typename AttachmentT = Attachment>
76 template<
typename ConfigT = Aws::Map<Aws::String, PerObjectStatus>>
77 void SetConfig(ConfigT&& value) { m_configHasBeenSet =
true; m_config = std::forward<ConfigT>(value); }
78 template<
typename ConfigT = Aws::Map<Aws::String, PerObjectStatus>>
80 template<
typename ConfigKeyT = Aws::String,
typename ConfigValueT = PerObjectStatus>
82 m_configHasBeenSet =
true; m_config.emplace(std::forward<ConfigKeyT>(key), std::forward<ConfigValueT>(value));
return *
this;
88 bool m_attachmentHasBeenSet =
false;
91 bool m_configHasBeenSet =
false;
bool ConfigHasBeenSet() const
bool AttachmentHasBeenSet() const
AWS_NETWORKFIREWALL_API SyncState()=default
void SetAttachment(AttachmentT &&value)
SyncState & WithConfig(ConfigT &&value)
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
SyncState & AddConfig(ConfigKeyT &&key, ConfigValueT &&value)
SyncState & WithAttachment(AttachmentT &&value)
AWS_NETWORKFIREWALL_API SyncState & operator=(Aws::Utils::Json::JsonView jsonValue)
const Attachment & GetAttachment() const
const Aws::Map< Aws::String, PerObjectStatus > & GetConfig() const
void SetConfig(ConfigT &&value)
AWS_NETWORKFIREWALL_API SyncState(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue