31 namespace ElasticLoadBalancingv2
46 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
47 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
87 inline SslPolicy&
AddSslProtocols(
const char* value) { m_sslProtocolsHasBeenSet =
true; m_sslProtocols.push_back(value);
return *
this; }
142 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
161 bool m_sslProtocolsHasBeenSet;
163 bool m_ciphersHasBeenSet;
165 bool m_nameHasBeenSet;
SslPolicy & WithSslProtocols(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSslProtocols() const
SslPolicy & WithSslProtocols(const Aws::Vector< Aws::String > &value)
SslPolicy & WithName(const char *value)
SslPolicy & WithName(Aws::String &&value)
SslPolicy & WithCiphers(const Aws::Vector< Cipher > &value)
SslPolicy & AddCiphers(const Cipher &value)
void SetName(const char *value)
void SetCiphers(Aws::Vector< Cipher > &&value)
std::vector< T, Aws::Allocator< T > > Vector
void SetCiphers(const Aws::Vector< Cipher > &value)
SslPolicy & AddSslProtocols(Aws::String &&value)
SslPolicy & AddSslProtocols(const Aws::String &value)
SslPolicy & AddCiphers(Cipher &&value)
void SetSslProtocols(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Cipher > & GetCiphers() const
const Aws::String & GetName() const
std::basic_ostream< char, std::char_traits< char > > OStream
SslPolicy & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
SslPolicy & AddSslProtocols(const char *value)
SslPolicy & WithCiphers(Aws::Vector< Cipher > &&value)
void SetName(Aws::String &&value)
void SetSslProtocols(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
#define AWS_ELASTICLOADBALANCINGV2_API
JSON (JavaScript Object Notation).