7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eks/EKS_EXPORTS.h>
50 template <
typename Ec2SshKeyT = Aws::String>
52 m_ec2SshKeyHasBeenSet =
true;
53 m_ec2SshKey = std::forward<Ec2SshKeyT>(value);
55 template <
typename Ec2SshKeyT = Aws::String>
75 template <
typename SourceSecurityGroupsT = Aws::Vector<Aws::String>>
77 m_sourceSecurityGroupsHasBeenSet =
true;
78 m_sourceSecurityGroups = std::forward<SourceSecurityGroupsT>(value);
80 template <
typename SourceSecurityGroupsT = Aws::Vector<Aws::String>>
85 template <
typename SourceSecurityGroupsT = Aws::String>
87 m_sourceSecurityGroupsHasBeenSet =
true;
88 m_sourceSecurityGroups.emplace_back(std::forward<SourceSecurityGroupsT>(value));
96 bool m_ec2SshKeyHasBeenSet =
false;
97 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