7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
65 inline void SetIsDefault(
bool value) { m_isDefaultHasBeenSet =
true; m_isDefault = value; }
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename ProtocolsT = Aws::Vector<Aws::String>>
88 void SetProtocols(ProtocolsT&& value) { m_protocolsHasBeenSet =
true; m_protocols = std::forward<ProtocolsT>(value); }
89 template<
typename ProtocolsT = Aws::Vector<Aws::String>>
91 template<
typename ProtocolsT = Aws::String>
102 template<
typename CiphersT = Aws::Vector<Aws::String>>
103 void SetCiphers(CiphersT&& value) { m_ciphersHasBeenSet =
true; m_ciphers = std::forward<CiphersT>(value); }
104 template<
typename CiphersT = Aws::Vector<Aws::String>>
106 template<
typename CiphersT = Aws::String>
112 bool m_nameHasBeenSet =
false;
114 bool m_isDefault{
false};
115 bool m_isDefaultHasBeenSet =
false;
118 bool m_descriptionHasBeenSet =
false;
121 bool m_protocolsHasBeenSet =
false;
124 bool m_ciphersHasBeenSet =
false;
AWS_LIGHTSAIL_API LoadBalancerTlsPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
LoadBalancerTlsPolicy & WithCiphers(CiphersT &&value)
bool GetIsDefault() const
void SetIsDefault(bool value)
AWS_LIGHTSAIL_API LoadBalancerTlsPolicy()=default
const Aws::String & GetName() const
void SetCiphers(CiphersT &&value)
const Aws::Vector< Aws::String > & GetProtocols() const
bool CiphersHasBeenSet() const
bool IsDefaultHasBeenSet() const
void SetName(NameT &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetCiphers() const
LoadBalancerTlsPolicy & AddProtocols(ProtocolsT &&value)
bool ProtocolsHasBeenSet() const
void SetProtocols(ProtocolsT &&value)
LoadBalancerTlsPolicy & WithDescription(DescriptionT &&value)
LoadBalancerTlsPolicy & AddCiphers(CiphersT &&value)
LoadBalancerTlsPolicy & WithProtocols(ProtocolsT &&value)
void SetDescription(DescriptionT &&value)
LoadBalancerTlsPolicy & WithName(NameT &&value)
AWS_LIGHTSAIL_API LoadBalancerTlsPolicy(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
LoadBalancerTlsPolicy & WithIsDefault(bool 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