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;
141 template <
typename RequestIdT = Aws::String>
143 m_requestIdHasBeenSet =
true;
144 m_requestId = std::forward<RequestIdT>(value);
146 template <
typename RequestIdT = Aws::String>
169 bool m_targetDomainIdHasBeenSet =
false;
170 bool m_domainNameHasBeenSet =
false;
171 bool m_createdAtHasBeenSet =
false;
172 bool m_updatedAtHasBeenSet =
false;
173 bool m_verifiedAtHasBeenSet =
false;
174 bool m_statusHasBeenSet =
false;
175 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
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::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