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>
89 template<
typename RoleARNT = Aws::String>
90 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
91 template<
typename RoleARNT = Aws::String>
112 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
113 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
114 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
116 template<
typename SecurityGroupIdsT = Aws::String>
126 template<
typename VpcIdT = Aws::String>
127 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
128 template<
typename VpcIdT = Aws::String>
134 bool m_subnetIdsHasBeenSet =
false;
137 bool m_roleARNHasBeenSet =
false;
140 bool m_securityGroupIdsHasBeenSet =
false;
143 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