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));
56 template <
typename ResourceArnT = Aws::String>
58 m_resourceArnHasBeenSet =
true;
59 m_resourceArn = std::forward<ResourceArnT>(value);
61 template <
typename ResourceArnT = Aws::String>
73 template <
typename HostedZoneIdT = Aws::String>
75 m_hostedZoneIdHasBeenSet =
true;
76 m_hostedZoneId = std::forward<HostedZoneIdT>(value);
78 template <
typename HostedZoneIdT = Aws::String>
90 template <
typename HostedZoneNameT = Aws::String>
92 m_hostedZoneNameHasBeenSet =
true;
93 m_hostedZoneName = std::forward<HostedZoneNameT>(value);
95 template <
typename HostedZoneNameT = Aws::String>
107 template <
typename NameT = Aws::String>
109 m_nameHasBeenSet =
true;
110 m_name = std::forward<NameT>(value);
112 template <
typename NameT = Aws::String>
114 SetName(std::forward<NameT>(value));
124 template <
typename CreatedAtT = Aws::Utils::DateTime>
126 m_createdAtHasBeenSet =
true;
127 m_createdAt = std::forward<CreatedAtT>(value);
129 template <
typename CreatedAtT = Aws::Utils::DateTime>
141 template <
typename UpdatedAtT = Aws::Utils::DateTime>
143 m_updatedAtHasBeenSet =
true;
144 m_updatedAt = std::forward<UpdatedAtT>(value);
146 template <
typename UpdatedAtT = Aws::Utils::DateTime>
159 m_statusHasBeenSet =
true;
171 template <
typename RequestIdT = Aws::String>
173 m_requestIdHasBeenSet =
true;
174 m_requestId = std::forward<RequestIdT>(value);
176 template <
typename RequestIdT = Aws::String>
203 bool m_idHasBeenSet =
false;
204 bool m_resourceArnHasBeenSet =
false;
205 bool m_hostedZoneIdHasBeenSet =
false;
206 bool m_hostedZoneNameHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
208 bool m_createdAtHasBeenSet =
false;
209 bool m_updatedAtHasBeenSet =
false;
210 bool m_statusHasBeenSet =
false;
211 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
GetHostedZoneAssociationResult & WithResourceArn(ResourceArnT &&value)
GetHostedZoneAssociationResult & WithHostedZoneName(HostedZoneNameT &&value)
void SetStatus(HostedZoneAssociationStatus value)
AWS_ROUTE53GLOBALRESOLVER_API GetHostedZoneAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetHostedZoneName() const
AWS_ROUTE53GLOBALRESOLVER_API GetHostedZoneAssociationResult()=default
HostedZoneAssociationStatus GetStatus() const
GetHostedZoneAssociationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetResourceArn() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetRequestId() const
void SetResourceArn(ResourceArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetHostedZoneAssociationResult & WithUpdatedAt(UpdatedAtT &&value)
GetHostedZoneAssociationResult & WithHostedZoneId(HostedZoneIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetId() const
void SetName(NameT &&value)
GetHostedZoneAssociationResult & WithStatus(HostedZoneAssociationStatus value)
const Aws::String & GetName() const
const Aws::String & GetHostedZoneId() const
AWS_ROUTE53GLOBALRESOLVER_API GetHostedZoneAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetHostedZoneAssociationResult & WithCreatedAt(CreatedAtT &&value)
void SetHostedZoneId(HostedZoneIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetHostedZoneName(HostedZoneNameT &&value)
GetHostedZoneAssociationResult & WithName(NameT &&value)
GetHostedZoneAssociationResult & WithId(IdT &&value)
HostedZoneAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue