7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/evs/EVS_EXPORTS.h>
44 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
46 m_securityGroupsHasBeenSet =
true;
47 m_securityGroups = std::forward<SecurityGroupsT>(value);
49 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
54 template <
typename SecurityGroupsT = Aws::String>
56 m_securityGroupsHasBeenSet =
true;
57 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
63 bool m_securityGroupsHasBeenSet =
false;
void SetSecurityGroups(SecurityGroupsT &&value)
AWS_EVS_API ServiceAccessSecurityGroups()=default
ServiceAccessSecurityGroups & WithSecurityGroups(SecurityGroupsT &&value)
AWS_EVS_API ServiceAccessSecurityGroups & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
AWS_EVS_API Aws::Utils::Json::JsonValue Jsonize() const
bool SecurityGroupsHasBeenSet() const
AWS_EVS_API ServiceAccessSecurityGroups(Aws::Utils::Json::JsonView jsonValue)
ServiceAccessSecurityGroups & AddSecurityGroups(SecurityGroupsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue