7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename AcmeExternalAccountBindingArnT = Aws::String>
44 m_acmeExternalAccountBindingArnHasBeenSet =
true;
45 m_acmeExternalAccountBindingArn = std::forward<AcmeExternalAccountBindingArnT>(value);
47 template <
typename AcmeExternalAccountBindingArnT = Aws::String>
60 template <
typename AcmeEndpo
intArnT = Aws::String>
62 m_acmeEndpointArnHasBeenSet =
true;
63 m_acmeEndpointArn = std::forward<AcmeEndpointArnT>(value);
65 template <
typename AcmeEndpo
intArnT = Aws::String>
79 template <
typename RoleArnT = Aws::String>
81 m_roleArnHasBeenSet =
true;
82 m_roleArn = std::forward<RoleArnT>(value);
84 template <
typename RoleArnT = Aws::String>
97 template <
typename ExpiresAtT = Aws::Utils::DateTime>
99 m_expiresAtHasBeenSet =
true;
100 m_expiresAt = std::forward<ExpiresAtT>(value);
102 template <
typename ExpiresAtT = Aws::Utils::DateTime>
115 template <
typename RevokedAtT = Aws::Utils::DateTime>
117 m_revokedAtHasBeenSet =
true;
118 m_revokedAt = std::forward<RevokedAtT>(value);
120 template <
typename RevokedAtT = Aws::Utils::DateTime>
133 template <
typename LastUsedAtT = Aws::Utils::DateTime>
135 m_lastUsedAtHasBeenSet =
true;
136 m_lastUsedAt = std::forward<LastUsedAtT>(value);
138 template <
typename LastUsedAtT = Aws::Utils::DateTime>
151 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 m_createdAtHasBeenSet =
true;
154 m_createdAt = std::forward<CreatedAtT>(value);
156 template <
typename CreatedAtT = Aws::Utils::DateTime>
169 template <
typename UpdatedAtT = Aws::Utils::DateTime>
171 m_updatedAtHasBeenSet =
true;
172 m_updatedAt = std::forward<UpdatedAtT>(value);
174 template <
typename UpdatedAtT = Aws::Utils::DateTime>
196 bool m_acmeExternalAccountBindingArnHasBeenSet =
false;
197 bool m_acmeEndpointArnHasBeenSet =
false;
198 bool m_roleArnHasBeenSet =
false;
199 bool m_expiresAtHasBeenSet =
false;
200 bool m_revokedAtHasBeenSet =
false;
201 bool m_lastUsedAtHasBeenSet =
false;
202 bool m_createdAtHasBeenSet =
false;
203 bool m_updatedAtHasBeenSet =
false;
void SetRevokedAt(RevokedAtT &&value)
AcmeExternalAccountBindingSummary & WithAcmeExternalAccountBindingArn(AcmeExternalAccountBindingArnT &&value)
const Aws::Utils::DateTime & GetExpiresAt() const
void SetAcmeExternalAccountBindingArn(AcmeExternalAccountBindingArnT &&value)
AWS_ACM_API AcmeExternalAccountBindingSummary()=default
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
bool AcmeEndpointArnHasBeenSet() const
AWS_ACM_API AcmeExternalAccountBindingSummary(Aws::Utils::Json::JsonView jsonValue)
void SetExpiresAt(ExpiresAtT &&value)
AcmeExternalAccountBindingSummary & WithRevokedAt(RevokedAtT &&value)
bool AcmeExternalAccountBindingArnHasBeenSet() const
void SetAcmeEndpointArn(AcmeEndpointArnT &&value)
const Aws::Utils::DateTime & GetRevokedAt() const
AcmeExternalAccountBindingSummary & WithRoleArn(RoleArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetAcmeExternalAccountBindingArn() const
AcmeExternalAccountBindingSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetAcmeEndpointArn() const
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetLastUsedAt() const
AcmeExternalAccountBindingSummary & WithExpiresAt(ExpiresAtT &&value)
void SetLastUsedAt(LastUsedAtT &&value)
bool LastUsedAtHasBeenSet() const
AWS_ACM_API AcmeExternalAccountBindingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetRoleArn() const
AcmeExternalAccountBindingSummary & WithLastUsedAt(LastUsedAtT &&value)
bool RevokedAtHasBeenSet() const
AcmeExternalAccountBindingSummary & WithAcmeEndpointArn(AcmeEndpointArnT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool RoleArnHasBeenSet() const
AcmeExternalAccountBindingSummary & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool ExpiresAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue