7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename CertificateT = Aws::String>
47 void SetCertificate(CertificateT&& value) { m_certificateHasBeenSet =
true; m_certificate = std::forward<CertificateT>(value); }
48 template<
typename CertificateT = Aws::String>
58 template<
typename PrivateKeyT = Aws::String>
59 void SetPrivateKey(PrivateKeyT&& value) { m_privateKeyHasBeenSet =
true; m_privateKey = std::forward<PrivateKeyT>(value); }
60 template<
typename PrivateKeyT = Aws::String>
71 template<
typename ChainT = Aws::String>
72 void SetChain(ChainT&& value) { m_chainHasBeenSet =
true; m_chain = std::forward<ChainT>(value); }
73 template<
typename ChainT = Aws::String>
79 bool m_certificateHasBeenSet =
false;
82 bool m_privateKeyHasBeenSet =
false;
85 bool m_chainHasBeenSet =
false;
const Aws::String & GetPrivateKey() const
AWS_OPSWORKS_API SslConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SslConfiguration & WithCertificate(CertificateT &&value)
bool CertificateHasBeenSet() const
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ChainHasBeenSet() const
void SetPrivateKey(PrivateKeyT &&value)
const Aws::String & GetCertificate() const
SslConfiguration & WithPrivateKey(PrivateKeyT &&value)
bool PrivateKeyHasBeenSet() const
void SetChain(ChainT &&value)
SslConfiguration & WithChain(ChainT &&value)
AWS_OPSWORKS_API SslConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCertificate(CertificateT &&value)
AWS_OPSWORKS_API SslConfiguration()=default
const Aws::String & GetChain() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue