7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/ManagedResourceStatus.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
62 m_statusHasBeenSet =
true;
77 template <
typename StatusReasonT = Aws::String>
79 m_statusReasonHasBeenSet =
true;
80 m_statusReason = std::forward<StatusReasonT>(value);
82 template <
typename StatusReasonT = Aws::String>
95 template <
typename UpdatedAtT = Aws::Utils::DateTime>
97 m_updatedAtHasBeenSet =
true;
98 m_updatedAt = std::forward<UpdatedAtT>(value);
100 template <
typename UpdatedAtT = Aws::Utils::DateTime>
114 template <
typename DomainNameT = Aws::String>
116 m_domainNameHasBeenSet =
true;
117 m_domainName = std::forward<DomainNameT>(value);
119 template <
typename DomainNameT = Aws::String>
135 bool m_arnHasBeenSet =
false;
136 bool m_statusHasBeenSet =
false;
137 bool m_statusReasonHasBeenSet =
false;
138 bool m_updatedAtHasBeenSet =
false;
139 bool m_domainNameHasBeenSet =
false;
const Aws::String & GetDomainName() const
ManagedCertificate & WithStatusReason(StatusReasonT &&value)
void SetDomainName(DomainNameT &&value)
ManagedCertificate & WithUpdatedAt(UpdatedAtT &&value)
void SetArn(ArnT &&value)
bool StatusHasBeenSet() const
bool DomainNameHasBeenSet() const
void SetStatus(ManagedResourceStatus value)
const Aws::String & GetStatusReason() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
const Aws::String & GetArn() const
ManagedCertificate & WithArn(ArnT &&value)
bool StatusReasonHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_ECS_API ManagedCertificate(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API ManagedCertificate()=default
ManagedCertificate & WithDomainName(DomainNameT &&value)
AWS_ECS_API ManagedCertificate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatusReason(StatusReasonT &&value)
ManagedResourceStatus GetStatus() const
const Aws::Utils::DateTime & GetUpdatedAt() const
ManagedCertificate & WithStatus(ManagedResourceStatus value)
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue