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/route53globalresolver/Route53GlobalResolver_EXPORTS.h>
11#include <aws/route53globalresolver/model/HostedZoneAssociationStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Route53GlobalResolver {
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
55 template <
typename ResourceArnT = Aws::String>
57 m_resourceArnHasBeenSet =
true;
58 m_resourceArn = std::forward<ResourceArnT>(value);
60 template <
typename ResourceArnT = Aws::String>
72 template <
typename HostedZoneIdT = Aws::String>
74 m_hostedZoneIdHasBeenSet =
true;
75 m_hostedZoneId = std::forward<HostedZoneIdT>(value);
77 template <
typename HostedZoneIdT = Aws::String>
89 template <
typename HostedZoneNameT = Aws::String>
91 m_hostedZoneNameHasBeenSet =
true;
92 m_hostedZoneName = std::forward<HostedZoneNameT>(value);
94 template <
typename HostedZoneNameT = Aws::String>
106 template <
typename NameT = Aws::String>
108 m_nameHasBeenSet =
true;
109 m_name = std::forward<NameT>(value);
111 template <
typename NameT = Aws::String>
113 SetName(std::forward<NameT>(value));
123 template <
typename CreatedAtT = Aws::Utils::DateTime>
125 m_createdAtHasBeenSet =
true;
126 m_createdAt = std::forward<CreatedAtT>(value);
128 template <
typename CreatedAtT = Aws::Utils::DateTime>
140 template <
typename UpdatedAtT = Aws::Utils::DateTime>
142 m_updatedAtHasBeenSet =
true;
143 m_updatedAt = std::forward<UpdatedAtT>(value);
145 template <
typename UpdatedAtT = Aws::Utils::DateTime>
158 m_statusHasBeenSet =
true;
170 template <
typename RequestIdT = Aws::String>
172 m_requestIdHasBeenSet =
true;
173 m_requestId = std::forward<RequestIdT>(value);
175 template <
typename RequestIdT = Aws::String>
202 bool m_idHasBeenSet =
false;
203 bool m_resourceArnHasBeenSet =
false;
204 bool m_hostedZoneIdHasBeenSet =
false;
205 bool m_hostedZoneNameHasBeenSet =
false;
206 bool m_nameHasBeenSet =
false;
207 bool m_createdAtHasBeenSet =
false;
208 bool m_updatedAtHasBeenSet =
false;
209 bool m_statusHasBeenSet =
false;
210 bool m_requestIdHasBeenSet =
false;
UpdateHostedZoneAssociationResult & WithCreatedAt(CreatedAtT &&value)
void SetHostedZoneId(HostedZoneIdT &&value)
UpdateHostedZoneAssociationResult & WithHostedZoneName(HostedZoneNameT &&value)
void SetStatus(HostedZoneAssociationStatus value)
AWS_ROUTE53GLOBALRESOLVER_API UpdateHostedZoneAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetResourceArn(ResourceArnT &&value)
UpdateHostedZoneAssociationResult & WithRequestId(RequestIdT &&value)
AWS_ROUTE53GLOBALRESOLVER_API UpdateHostedZoneAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
const Aws::String & GetResourceArn() const
const Aws::String & GetHostedZoneId() const
UpdateHostedZoneAssociationResult & WithUpdatedAt(UpdatedAtT &&value)
UpdateHostedZoneAssociationResult & WithId(IdT &&value)
UpdateHostedZoneAssociationResult & WithName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateHostedZoneAssociationResult & WithStatus(HostedZoneAssociationStatus value)
HostedZoneAssociationStatus GetStatus() const
AWS_ROUTE53GLOBALRESOLVER_API UpdateHostedZoneAssociationResult()=default
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetId() const
UpdateHostedZoneAssociationResult & WithHostedZoneId(HostedZoneIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
UpdateHostedZoneAssociationResult & WithResourceArn(ResourceArnT &&value)
void SetHostedZoneName(HostedZoneNameT &&value)
const Aws::String & GetHostedZoneName() const
HostedZoneAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue