7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/model/RenewalStatus.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/acm/model/FailureReason.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/acm/model/DomainValidation.h>
70 template<
typename DomainVal
idationOptionsT = Aws::Vector<DomainVal
idation>>
71 void SetDomainValidationOptions(DomainValidationOptionsT&& value) { m_domainValidationOptionsHasBeenSet =
true; m_domainValidationOptions = std::forward<DomainValidationOptionsT>(value); }
72 template<
typename DomainVal
idationOptionsT = Aws::Vector<DomainVal
idation>>
74 template<
typename DomainVal
idationOptionsT = DomainVal
idation>
75 RenewalSummary&
AddDomainValidationOptions(DomainValidationOptionsT&& value) { m_domainValidationOptionsHasBeenSet =
true; m_domainValidationOptions.emplace_back(std::forward<DomainValidationOptionsT>(value));
return *
this; }
94 template<
typename UpdatedAtT = Aws::Utils::DateTime>
95 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
96 template<
typename UpdatedAtT = Aws::Utils::DateTime>
102 bool m_renewalStatusHasBeenSet =
false;
105 bool m_domainValidationOptionsHasBeenSet =
false;
108 bool m_renewalStatusReasonHasBeenSet =
false;
111 bool m_updatedAtHasBeenSet =
false;
bool RenewalStatusHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_ACM_API RenewalSummary()=default
RenewalStatus GetRenewalStatus() const
void SetRenewalStatusReason(FailureReason value)
bool UpdatedAtHasBeenSet() const
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
bool DomainValidationOptionsHasBeenSet() const
AWS_ACM_API RenewalSummary(Aws::Utils::Json::JsonView jsonValue)
FailureReason GetRenewalStatusReason() const
const Aws::Vector< DomainValidation > & GetDomainValidationOptions() const
void SetRenewalStatus(RenewalStatus value)
RenewalSummary & WithRenewalStatus(RenewalStatus value)
bool RenewalStatusReasonHasBeenSet() const
RenewalSummary & AddDomainValidationOptions(DomainValidationOptionsT &&value)
void SetDomainValidationOptions(DomainValidationOptionsT &&value)
RenewalSummary & WithUpdatedAt(UpdatedAtT &&value)
RenewalSummary & WithDomainValidationOptions(DomainValidationOptionsT &&value)
RenewalSummary & WithRenewalStatusReason(FailureReason value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_ACM_API RenewalSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue