7#include <aws/core/utils/DateTime.h>
8#include <aws/eks/EKS_EXPORTS.h>
42 template <
typename NotBeforeT = Aws::Utils::DateTime>
44 m_notBeforeHasBeenSet =
true;
45 m_notBefore = std::forward<NotBeforeT>(value);
47 template <
typename NotBeforeT = Aws::Utils::DateTime>
61 template <
typename NotAfterT = Aws::Utils::DateTime>
63 m_notAfterHasBeenSet =
true;
64 m_notAfter = std::forward<NotAfterT>(value);
66 template <
typename NotAfterT = Aws::Utils::DateTime>
76 bool m_notBeforeHasBeenSet =
false;
77 bool m_notAfterHasBeenSet =
false;
bool NotBeforeHasBeenSet() const
const Aws::Utils::DateTime & GetNotAfter() const
CertificateAuthorityValidity & WithNotBefore(NotBeforeT &&value)
void SetNotBefore(NotBeforeT &&value)
const Aws::Utils::DateTime & GetNotBefore() const
bool NotAfterHasBeenSet() const
CertificateAuthorityValidity & WithNotAfter(NotAfterT &&value)
AWS_EKS_API CertificateAuthorityValidity(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API CertificateAuthorityValidity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API CertificateAuthorityValidity()=default
void SetNotAfter(NotAfterT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue