7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
62 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
63 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
65 template<
typename SubnetIdsT = Aws::String>
66 VpcConfiguration&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
91 template<
typename RoleARNT = Aws::String>
92 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
93 template<
typename RoleARNT = Aws::String>
114 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
115 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
116 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
118 template<
typename SecurityGroupIdsT = Aws::String>
119 VpcConfiguration&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
124 bool m_subnetIdsHasBeenSet =
false;
127 bool m_roleARNHasBeenSet =
false;
130 bool m_securityGroupIdsHasBeenSet =
false;
void SetRoleARN(RoleARNT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AWS_FIREHOSE_API VpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
VpcConfiguration & WithRoleARN(RoleARNT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::String & GetRoleARN() const
VpcConfiguration & WithSubnetIds(SubnetIdsT &&value)
VpcConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
bool RoleARNHasBeenSet() const
void SetSubnetIds(SubnetIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API VpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnetIds() const
VpcConfiguration & AddSubnetIds(SubnetIdsT &&value)
VpcConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
bool SubnetIdsHasBeenSet() const
AWS_FIREHOSE_API VpcConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue