7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datasync/DataSync_EXPORTS.h>
44 template <
typename VpcEndpo
intIdT = Aws::String>
46 m_vpcEndpointIdHasBeenSet =
true;
47 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
49 template <
typename VpcEndpo
intIdT = Aws::String>
64 template <
typename PrivateLinkEndpo
intT = Aws::String>
66 m_privateLinkEndpointHasBeenSet =
true;
67 m_privateLinkEndpoint = std::forward<PrivateLinkEndpointT>(value);
69 template <
typename PrivateLinkEndpo
intT = Aws::String>
83 template <
typename SubnetArnsT = Aws::Vector<Aws::String>>
85 m_subnetArnsHasBeenSet =
true;
86 m_subnetArns = std::forward<SubnetArnsT>(value);
88 template <
typename SubnetArnsT = Aws::Vector<Aws::String>>
93 template <
typename SubnetArnsT = Aws::String>
95 m_subnetArnsHasBeenSet =
true;
96 m_subnetArns.emplace_back(std::forward<SubnetArnsT>(value));
108 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
110 m_securityGroupArnsHasBeenSet =
true;
111 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
113 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
118 template <
typename SecurityGroupArnsT = Aws::String>
120 m_securityGroupArnsHasBeenSet =
true;
121 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
133 bool m_vpcEndpointIdHasBeenSet =
false;
134 bool m_privateLinkEndpointHasBeenSet =
false;
135 bool m_subnetArnsHasBeenSet =
false;
136 bool m_securityGroupArnsHasBeenSet =
false;
AWS_DATASYNC_API PrivateLinkConfig(Aws::Utils::Json::JsonView jsonValue)
void SetVpcEndpointId(VpcEndpointIdT &&value)
void SetSecurityGroupArns(SecurityGroupArnsT &&value)
const Aws::Vector< Aws::String > & GetSubnetArns() const
PrivateLinkConfig & WithPrivateLinkEndpoint(PrivateLinkEndpointT &&value)
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
PrivateLinkConfig & WithSubnetArns(SubnetArnsT &&value)
bool SecurityGroupArnsHasBeenSet() const
PrivateLinkConfig & AddSecurityGroupArns(SecurityGroupArnsT &&value)
AWS_DATASYNC_API PrivateLinkConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SubnetArnsHasBeenSet() const
void SetSubnetArns(SubnetArnsT &&value)
bool PrivateLinkEndpointHasBeenSet() const
bool VpcEndpointIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
AWS_DATASYNC_API PrivateLinkConfig()=default
PrivateLinkConfig & WithVpcEndpointId(VpcEndpointIdT &&value)
PrivateLinkConfig & WithSecurityGroupArns(SecurityGroupArnsT &&value)
PrivateLinkConfig & AddSubnetArns(SubnetArnsT &&value)
const Aws::String & GetPrivateLinkEndpoint() const
const Aws::String & GetVpcEndpointId() const
void SetPrivateLinkEndpoint(PrivateLinkEndpointT &&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