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>
142 template <
typename UpdatedAtT = Aws::Utils::DateTime>
144 m_updatedAtHasBeenSet =
true;
145 m_updatedAt = std::forward<UpdatedAtT>(value);
147 template <
typename UpdatedAtT = Aws::Utils::DateTime>
160 m_statusHasBeenSet =
true;
172 template <
typename RequestIdT = Aws::String>
174 m_requestIdHasBeenSet =
true;
175 m_requestId = std::forward<RequestIdT>(value);
177 template <
typename RequestIdT = Aws::String>
204 bool m_idHasBeenSet =
false;
205 bool m_resourceArnHasBeenSet =
false;
206 bool m_hostedZoneIdHasBeenSet =
false;
207 bool m_hostedZoneNameHasBeenSet =
false;
208 bool m_nameHasBeenSet =
false;
209 bool m_createdAtHasBeenSet =
false;
210 bool m_updatedAtHasBeenSet =
false;
211 bool m_statusHasBeenSet =
false;
212 bool m_requestIdHasBeenSet =
false;
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetResourceArn() const
HostedZoneAssociationStatus GetStatus() const
DisassociateHostedZoneResult & WithCreatedAt(CreatedAtT &&value)
DisassociateHostedZoneResult & WithId(IdT &&value)
const Aws::String & GetHostedZoneName() const
DisassociateHostedZoneResult & WithUpdatedAt(UpdatedAtT &&value)
DisassociateHostedZoneResult & WithStatus(HostedZoneAssociationStatus value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetId() const
DisassociateHostedZoneResult & WithResourceArn(ResourceArnT &&value)
AWS_ROUTE53GLOBALRESOLVER_API DisassociateHostedZoneResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateHostedZoneResult & WithRequestId(RequestIdT &&value)
DisassociateHostedZoneResult & WithHostedZoneId(HostedZoneIdT &&value)
AWS_ROUTE53GLOBALRESOLVER_API DisassociateHostedZoneResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
void SetHostedZoneId(HostedZoneIdT &&value)
void SetResourceArn(ResourceArnT &&value)
DisassociateHostedZoneResult & WithName(NameT &&value)
const Aws::String & GetHostedZoneId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStatus(HostedZoneAssociationStatus value)
DisassociateHostedZoneResult & WithHostedZoneName(HostedZoneNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_ROUTE53GLOBALRESOLVER_API DisassociateHostedZoneResult()=default
const Aws::String & GetRequestId() const
const Aws::String & GetName() const
void SetHostedZoneName(HostedZoneNameT &&value)
HostedZoneAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue