AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
SnowflakeVpcConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Firehose {
20namespace Model {
21
28 public:
29 AWS_FIREHOSE_API SnowflakeVpcConfiguration() = default;
32 AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
42 inline const Aws::String& GetPrivateLinkVpceId() const { return m_privateLinkVpceId; }
43 inline bool PrivateLinkVpceIdHasBeenSet() const { return m_privateLinkVpceIdHasBeenSet; }
44 template <typename PrivateLinkVpceIdT = Aws::String>
45 void SetPrivateLinkVpceId(PrivateLinkVpceIdT&& value) {
46 m_privateLinkVpceIdHasBeenSet = true;
47 m_privateLinkVpceId = std::forward<PrivateLinkVpceIdT>(value);
48 }
49 template <typename PrivateLinkVpceIdT = Aws::String>
50 SnowflakeVpcConfiguration& WithPrivateLinkVpceId(PrivateLinkVpceIdT&& value) {
51 SetPrivateLinkVpceId(std::forward<PrivateLinkVpceIdT>(value));
52 return *this;
53 }
55 private:
56 Aws::String m_privateLinkVpceId;
57 bool m_privateLinkVpceIdHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace Firehose
62} // namespace Aws
AWS_FIREHOSE_API SnowflakeVpcConfiguration()=default
AWS_FIREHOSE_API SnowflakeVpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
SnowflakeVpcConfiguration & WithPrivateLinkVpceId(PrivateLinkVpceIdT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API SnowflakeVpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue