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>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace 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>
77 template <
typename CreatedAtT = Aws::Utils::DateTime>
79 m_createdAtHasBeenSet =
true;
80 m_createdAt = std::forward<CreatedAtT>(value);
82 template <
typename CreatedAtT = Aws::Utils::DateTime>
94 template <
typename UpdatedAtT = Aws::Utils::DateTime>
96 m_updatedAtHasBeenSet =
true;
97 m_updatedAt = std::forward<UpdatedAtT>(value);
99 template <
typename UpdatedAtT = Aws::Utils::DateTime>
111 template <
typename VerifiedAtT = Aws::Utils::DateTime>
113 m_verifiedAtHasBeenSet =
true;
114 m_verifiedAt = std::forward<VerifiedAtT>(value);
116 template <
typename VerifiedAtT = Aws::Utils::DateTime>
129 m_statusHasBeenSet =
true;
143 template <
typename VerificationStatusReasonT = Aws::String>
145 m_verificationStatusReasonHasBeenSet =
true;
146 m_verificationStatusReason = std::forward<VerificationStatusReasonT>(value);
148 template <
typename VerificationStatusReasonT = Aws::String>
158 template <
typename RequestIdT = Aws::String>
160 m_requestIdHasBeenSet =
true;
161 m_requestId = std::forward<RequestIdT>(value);
163 template <
typename RequestIdT = Aws::String>
188 bool m_targetDomainIdHasBeenSet =
false;
189 bool m_domainNameHasBeenSet =
false;
190 bool m_createdAtHasBeenSet =
false;
191 bool m_updatedAtHasBeenSet =
false;
192 bool m_verifiedAtHasBeenSet =
false;
193 bool m_statusHasBeenSet =
false;
194 bool m_verificationStatusReasonHasBeenSet =
false;
195 bool m_requestIdHasBeenSet =
false;
void SetStatus(TargetDomainStatus value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_SECURITYAGENT_API VerifyTargetDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTargetDomainId() const
TargetDomainStatus GetStatus() const
void SetVerifiedAt(VerifiedAtT &&value)
const Aws::String & GetRequestId() const
VerifyTargetDomainResult & WithCreatedAt(CreatedAtT &&value)
VerifyTargetDomainResult & WithDomainName(DomainNameT &&value)
VerifyTargetDomainResult & WithVerifiedAt(VerifiedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
VerifyTargetDomainResult & WithVerificationStatusReason(VerificationStatusReasonT &&value)
void SetVerificationStatusReason(VerificationStatusReasonT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDomainName() const
VerifyTargetDomainResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetVerifiedAt() const
AWS_SECURITYAGENT_API VerifyTargetDomainResult()=default
VerifyTargetDomainResult & WithStatus(TargetDomainStatus value)
void SetCreatedAt(CreatedAtT &&value)
VerifyTargetDomainResult & WithUpdatedAt(UpdatedAtT &&value)
VerifyTargetDomainResult & WithTargetDomainId(TargetDomainIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetTargetDomainId(TargetDomainIdT &&value)
void SetDomainName(DomainNameT &&value)
const Aws::String & GetVerificationStatusReason() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_SECURITYAGENT_API VerifyTargetDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue