7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/TargetDomainStatus.h>
11#include <aws/securityagent/model/VerificationDetails.h>
22namespace SecurityAgent {
43 template <
typename TargetDomainIdT = Aws::String>
45 m_targetDomainIdHasBeenSet =
true;
46 m_targetDomainId = std::forward<TargetDomainIdT>(value);
48 template <
typename TargetDomainIdT = Aws::String>
61 template <
typename DomainNameT = Aws::String>
63 m_domainNameHasBeenSet =
true;
64 m_domainName = std::forward<DomainNameT>(value);
66 template <
typename DomainNameT = Aws::String>
80 m_verificationStatusHasBeenSet =
true;
81 m_verificationStatus = value;
95 template <
typename VerificationDetailsT = VerificationDetails>
97 m_verificationDetailsHasBeenSet =
true;
98 m_verificationDetails = std::forward<VerificationDetailsT>(value);
100 template <
typename VerificationDetailsT = VerificationDetails>
113 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 m_createdAtHasBeenSet =
true;
116 m_createdAt = std::forward<CreatedAtT>(value);
118 template <
typename CreatedAtT = Aws::Utils::DateTime>
131 template <
typename VerifiedAtT = Aws::Utils::DateTime>
133 m_verifiedAtHasBeenSet =
true;
134 m_verifiedAt = std::forward<VerifiedAtT>(value);
136 template <
typename VerifiedAtT = Aws::Utils::DateTime>
149 VerificationDetails m_verificationDetails;
154 bool m_targetDomainIdHasBeenSet =
false;
155 bool m_domainNameHasBeenSet =
false;
156 bool m_verificationStatusHasBeenSet =
false;
157 bool m_verificationDetailsHasBeenSet =
false;
158 bool m_createdAtHasBeenSet =
false;
159 bool m_verifiedAtHasBeenSet =
false;
AWS_SECURITYAGENT_API TargetDomain(Aws::Utils::Json::JsonView jsonValue)
void SetVerifiedAt(VerifiedAtT &&value)
TargetDomain & WithCreatedAt(CreatedAtT &&value)
TargetDomain & WithVerificationDetails(VerificationDetailsT &&value)
bool DomainNameHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
TargetDomain & WithDomainName(DomainNameT &&value)
bool TargetDomainIdHasBeenSet() const
AWS_SECURITYAGENT_API TargetDomain & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API TargetDomain()=default
void SetVerificationStatus(TargetDomainStatus value)
TargetDomain & WithVerificationStatus(TargetDomainStatus value)
TargetDomain & WithVerifiedAt(VerifiedAtT &&value)
const Aws::String & GetTargetDomainId() const
void SetTargetDomainId(TargetDomainIdT &&value)
TargetDomain & WithTargetDomainId(TargetDomainIdT &&value)
const Aws::String & GetDomainName() const
TargetDomainStatus GetVerificationStatus() const
const Aws::Utils::DateTime & GetVerifiedAt() const
const VerificationDetails & GetVerificationDetails() const
bool VerificationStatusHasBeenSet() const
void SetDomainName(DomainNameT &&value)
bool VerifiedAtHasBeenSet() const
void SetVerificationDetails(VerificationDetailsT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedAtHasBeenSet() const
bool VerificationDetailsHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue