7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename VpcEndpo
intServiceNameT = Aws::String>
54 void SetVpcEndpointServiceName(VpcEndpointServiceNameT&& value) { m_vpcEndpointServiceNameHasBeenSet =
true; m_vpcEndpointServiceName = std::forward<VpcEndpointServiceNameT>(value); }
55 template<
typename VpcEndpo
intServiceNameT = Aws::String>
61 bool m_vpcEndpointServiceNameHasBeenSet =
false;
AWS_FIREHOSE_API DatabaseSourceVPCConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetVpcEndpointServiceName(VpcEndpointServiceNameT &&value)
AWS_FIREHOSE_API DatabaseSourceVPCConfiguration()=default
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVpcEndpointServiceName() const
DatabaseSourceVPCConfiguration & WithVpcEndpointServiceName(VpcEndpointServiceNameT &&value)
bool VpcEndpointServiceNameHasBeenSet() const
AWS_FIREHOSE_API DatabaseSourceVPCConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue