AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateNetworkConfigurationInput.h
1
6#pragma once
7#include <aws/mwaa/MWAA_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.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 MWAA
23{
24namespace Model
25{
26
37 {
38 public:
39 AWS_MWAA_API UpdateNetworkConfigurationInput() = default;
43
44
46
52 inline const Aws::Vector<Aws::String>& GetSecurityGroupIds() const { return m_securityGroupIds; }
53 inline bool SecurityGroupIdsHasBeenSet() const { return m_securityGroupIdsHasBeenSet; }
54 template<typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
55 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
56 template<typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
57 UpdateNetworkConfigurationInput& WithSecurityGroupIds(SecurityGroupIdsT&& value) { SetSecurityGroupIds(std::forward<SecurityGroupIdsT>(value)); return *this;}
58 template<typename SecurityGroupIdsT = Aws::String>
59 UpdateNetworkConfigurationInput& AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value)); return *this; }
61 private:
62
63 Aws::Vector<Aws::String> m_securityGroupIds;
64 bool m_securityGroupIdsHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace MWAA
69} // namespace Aws
AWS_MWAA_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateNetworkConfigurationInput & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_MWAA_API UpdateNetworkConfigurationInput(Aws::Utils::Json::JsonView jsonValue)
UpdateNetworkConfigurationInput & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_MWAA_API UpdateNetworkConfigurationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue