7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/TargetDomainStatus.h>
12#include <aws/securityagent/model/VerificationDetails.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace SecurityAgent {
43 template <
typename TargetDomainIdT = Aws::String>
45 m_targetDomainIdHasBeenSet =
true;
46 m_targetDomainId = std::forward<TargetDomainIdT>(value);
48 template <
typename TargetDomainIdT = Aws::String>
60 template <
typename DomainNameT = Aws::String>
62 m_domainNameHasBeenSet =
true;
63 m_domainName = std::forward<DomainNameT>(value);
65 template <
typename DomainNameT = Aws::String>
78 m_verificationStatusHasBeenSet =
true;
79 m_verificationStatus = value;
92 template <
typename VerificationDetailsT = VerificationDetails>
94 m_verificationDetailsHasBeenSet =
true;
95 m_verificationDetails = std::forward<VerificationDetailsT>(value);
97 template <
typename VerificationDetailsT = VerificationDetails>
109 template <
typename CreatedAtT = Aws::Utils::DateTime>
111 m_createdAtHasBeenSet =
true;
112 m_createdAt = std::forward<CreatedAtT>(value);
114 template <
typename CreatedAtT = Aws::Utils::DateTime>
126 template <
typename VerifiedAtT = Aws::Utils::DateTime>
128 m_verifiedAtHasBeenSet =
true;
129 m_verifiedAt = std::forward<VerifiedAtT>(value);
131 template <
typename VerifiedAtT = Aws::Utils::DateTime>
141 template <
typename RequestIdT = Aws::String>
143 m_requestIdHasBeenSet =
true;
144 m_requestId = std::forward<RequestIdT>(value);
146 template <
typename RequestIdT = Aws::String>
161 VerificationDetails m_verificationDetails;
169 bool m_targetDomainIdHasBeenSet =
false;
170 bool m_domainNameHasBeenSet =
false;
171 bool m_verificationStatusHasBeenSet =
false;
172 bool m_verificationDetailsHasBeenSet =
false;
173 bool m_createdAtHasBeenSet =
false;
174 bool m_verifiedAtHasBeenSet =
false;
175 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDomainName() const
const Aws::String & GetTargetDomainId() const
const Aws::Utils::DateTime & GetVerifiedAt() const
void SetDomainName(DomainNameT &&value)
void SetVerificationDetails(VerificationDetailsT &&value)
void SetVerifiedAt(VerifiedAtT &&value)
CreateTargetDomainResult & WithVerificationDetails(VerificationDetailsT &&value)
CreateTargetDomainResult & WithRequestId(RequestIdT &&value)
AWS_SECURITYAGENT_API CreateTargetDomainResult()=default
void SetRequestId(RequestIdT &&value)
void SetTargetDomainId(TargetDomainIdT &&value)
CreateTargetDomainResult & WithDomainName(DomainNameT &&value)
AWS_SECURITYAGENT_API CreateTargetDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
TargetDomainStatus GetVerificationStatus() const
CreateTargetDomainResult & WithCreatedAt(CreatedAtT &&value)
CreateTargetDomainResult & WithTargetDomainId(TargetDomainIdT &&value)
const VerificationDetails & GetVerificationDetails() const
CreateTargetDomainResult & WithVerificationStatus(TargetDomainStatus value)
void SetVerificationStatus(TargetDomainStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetRequestId() const
CreateTargetDomainResult & WithVerifiedAt(VerifiedAtT &&value)
AWS_SECURITYAGENT_API CreateTargetDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue