7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
56 template<
typename Ec2SshKeyT = Aws::String>
57 void SetEc2SshKey(Ec2SshKeyT&& value) { m_ec2SshKeyHasBeenSet =
true; m_ec2SshKey = std::forward<Ec2SshKeyT>(value); }
58 template<
typename Ec2SshKeyT = Aws::String>
75 template<
typename SourceSecurityGroupsT = Aws::Vector<Aws::String>>
76 void SetSourceSecurityGroups(SourceSecurityGroupsT&& value) { m_sourceSecurityGroupsHasBeenSet =
true; m_sourceSecurityGroups = std::forward<SourceSecurityGroupsT>(value); }
77 template<
typename SourceSecurityGroupsT = Aws::Vector<Aws::String>>
79 template<
typename SourceSecurityGroupsT = Aws::String>
80 RemoteAccessConfig&
AddSourceSecurityGroups(SourceSecurityGroupsT&& value) { m_sourceSecurityGroupsHasBeenSet =
true; m_sourceSecurityGroups.emplace_back(std::forward<SourceSecurityGroupsT>(value));
return *
this; }
85 bool m_ec2SshKeyHasBeenSet =
false;
88 bool m_sourceSecurityGroupsHasBeenSet =
false;
AWS_EKS_API RemoteAccessConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
RemoteAccessConfig & WithSourceSecurityGroups(SourceSecurityGroupsT &&value)
RemoteAccessConfig & AddSourceSecurityGroups(SourceSecurityGroupsT &&value)
RemoteAccessConfig & WithEc2SshKey(Ec2SshKeyT &&value)
bool SourceSecurityGroupsHasBeenSet() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API RemoteAccessConfig()=default
void SetSourceSecurityGroups(SourceSecurityGroupsT &&value)
bool Ec2SshKeyHasBeenSet() const
const Aws::Vector< Aws::String > & GetSourceSecurityGroups() const
AWS_EKS_API RemoteAccessConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEc2SshKey() const
void SetEc2SshKey(Ec2SshKeyT &&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