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;
const Aws::Utils::DateTime & GetLastUsedAt() const
void SetExpiresAt(ExpiresAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetAcmeEndpointArn() const
bool LastUsedAtHasBeenSet() const
const Aws::String & GetAcmeExternalAccountBindingArn() const
void SetAcmeExternalAccountBindingArn(AcmeExternalAccountBindingArnT &&value)
void SetAcmeEndpointArn(AcmeEndpointArnT &&value)
AcmeExternalAccountBinding & WithLastUsedAt(LastUsedAtT &&value)
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACM_API AcmeExternalAccountBinding & operator=(Aws::Utils::Json::JsonView jsonValue)
AcmeExternalAccountBinding & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetExpiresAt() const
bool ExpiresAtHasBeenSet() const
AcmeExternalAccountBinding & WithRevokedAt(RevokedAtT &&value)
bool AcmeExternalAccountBindingArnHasBeenSet() const
bool AcmeEndpointArnHasBeenSet() const
bool UpdatedAtHasBeenSet() const
AcmeExternalAccountBinding & WithAcmeExternalAccountBindingArn(AcmeExternalAccountBindingArnT &&value)
const Aws::Utils::DateTime & GetRevokedAt() const
AWS_ACM_API AcmeExternalAccountBinding()=default
bool RevokedAtHasBeenSet() const
AWS_ACM_API AcmeExternalAccountBinding(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleArn() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
AcmeExternalAccountBinding & WithUpdatedAt(UpdatedAtT &&value)
AcmeExternalAccountBinding & WithExpiresAt(ExpiresAtT &&value)
AcmeExternalAccountBinding & WithRoleArn(RoleArnT &&value)
void SetRevokedAt(RevokedAtT &&value)
void SetLastUsedAt(LastUsedAtT &&value)
bool CreatedAtHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
AcmeExternalAccountBinding & WithAcmeEndpointArn(AcmeEndpointArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue