7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/CertificateType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 template<
typename CustomCertificateArnT = Aws::String>
70 void SetCustomCertificateArn(CustomCertificateArnT&& value) { m_customCertificateArnHasBeenSet =
true; m_customCertificateArn = std::forward<CustomCertificateArnT>(value); }
71 template<
typename CustomCertificateArnT = Aws::String>
77 bool m_typeHasBeenSet =
false;
80 bool m_customCertificateArnHasBeenSet =
false;
void SetType(CertificateType value)
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AMPLIFY_API CertificateSettings()=default
bool TypeHasBeenSet() const
CertificateSettings & WithType(CertificateType value)
CertificateSettings & WithCustomCertificateArn(CustomCertificateArnT &&value)
void SetCustomCertificateArn(CustomCertificateArnT &&value)
const Aws::String & GetCustomCertificateArn() const
CertificateType GetType() const
bool CustomCertificateArnHasBeenSet() const
AWS_AMPLIFY_API CertificateSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFY_API CertificateSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue