7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/firehose/Firehose_EXPORTS.h>
55 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
57 m_subnetIdsHasBeenSet =
true;
58 m_subnetIds = std::forward<SubnetIdsT>(value);
60 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
65 template <
typename SubnetIdsT = Aws::String>
67 m_subnetIdsHasBeenSet =
true;
68 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
93 template <
typename RoleARNT = Aws::String>
95 m_roleARNHasBeenSet =
true;
96 m_roleARN = std::forward<RoleARNT>(value);
98 template <
typename RoleARNT = Aws::String>
122 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
124 m_securityGroupIdsHasBeenSet =
true;
125 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
127 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
132 template <
typename SecurityGroupIdsT = Aws::String>
134 m_securityGroupIdsHasBeenSet =
true;
135 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
146 template <
typename VpcIdT = Aws::String>
148 m_vpcIdHasBeenSet =
true;
149 m_vpcId = std::forward<VpcIdT>(value);
151 template <
typename VpcIdT = Aws::String>
153 SetVpcId(std::forward<VpcIdT>(value));
165 bool m_subnetIdsHasBeenSet =
false;
166 bool m_roleARNHasBeenSet =
false;
167 bool m_securityGroupIdsHasBeenSet =
false;
168 bool m_vpcIdHasBeenSet =
false;
AWS_FIREHOSE_API VpcConfigurationDescription()=default
bool VpcIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_FIREHOSE_API VpcConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
void SetRoleARN(RoleARNT &&value)
bool RoleARNHasBeenSet() const
VpcConfigurationDescription & WithRoleARN(RoleARNT &&value)
void SetSubnetIds(SubnetIdsT &&value)
void SetVpcId(VpcIdT &&value)
VpcConfigurationDescription & AddSecurityGroupIds(SecurityGroupIdsT &&value)
bool SubnetIdsHasBeenSet() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
VpcConfigurationDescription & WithVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
AWS_FIREHOSE_API VpcConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcConfigurationDescription & AddSubnetIds(SubnetIdsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
const Aws::String & GetRoleARN() const
VpcConfigurationDescription & WithSubnetIds(SubnetIdsT &&value)
VpcConfigurationDescription & WithSecurityGroupIds(SecurityGroupIdsT &&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