7#include <aws/license-manager-user-subscriptions/LicenseManagerUserSubscriptions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace LicenseManagerUserSubscriptions
50 template<
typename AddSubnetsT = Aws::Vector<Aws::String>>
51 void SetAddSubnets(AddSubnetsT&& value) { m_addSubnetsHasBeenSet =
true; m_addSubnets = std::forward<AddSubnetsT>(value); }
52 template<
typename AddSubnetsT = Aws::Vector<Aws::String>>
54 template<
typename AddSubnetsT = Aws::String>
55 UpdateSettings&
AddAddSubnets(AddSubnetsT&& value) { m_addSubnetsHasBeenSet =
true; m_addSubnets.emplace_back(std::forward<AddSubnetsT>(value));
return *
this; }
64 template<
typename RemoveSubnetsT = Aws::Vector<Aws::String>>
65 void SetRemoveSubnets(RemoveSubnetsT&& value) { m_removeSubnetsHasBeenSet =
true; m_removeSubnets = std::forward<RemoveSubnetsT>(value); }
66 template<
typename RemoveSubnetsT = Aws::Vector<Aws::String>>
68 template<
typename RemoveSubnetsT = Aws::String>
69 UpdateSettings&
AddRemoveSubnets(RemoveSubnetsT&& value) { m_removeSubnetsHasBeenSet =
true; m_removeSubnets.emplace_back(std::forward<RemoveSubnetsT>(value));
return *
this; }
79 template<
typename SecurityGroupIdT = Aws::String>
80 void SetSecurityGroupId(SecurityGroupIdT&& value) { m_securityGroupIdHasBeenSet =
true; m_securityGroupId = std::forward<SecurityGroupIdT>(value); }
81 template<
typename SecurityGroupIdT = Aws::String>
87 bool m_addSubnetsHasBeenSet =
false;
90 bool m_removeSubnetsHasBeenSet =
false;
93 bool m_securityGroupIdHasBeenSet =
false;
bool RemoveSubnetsHasBeenSet() const
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API UpdateSettings()=default
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool AddSubnetsHasBeenSet() const
const Aws::Vector< Aws::String > & GetAddSubnets() const
void SetAddSubnets(AddSubnetsT &&value)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API UpdateSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateSettings & WithSecurityGroupId(SecurityGroupIdT &&value)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API UpdateSettings(Aws::Utils::Json::JsonView jsonValue)
void SetRemoveSubnets(RemoveSubnetsT &&value)
UpdateSettings & WithAddSubnets(AddSubnetsT &&value)
void SetSecurityGroupId(SecurityGroupIdT &&value)
const Aws::String & GetSecurityGroupId() const
bool SecurityGroupIdHasBeenSet() const
UpdateSettings & AddRemoveSubnets(RemoveSubnetsT &&value)
UpdateSettings & WithRemoveSubnets(RemoveSubnetsT &&value)
const Aws::Vector< Aws::String > & GetRemoveSubnets() const
UpdateSettings & AddAddSubnets(AddSubnetsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue