7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/model/Authorization.h>
9#include <aws/apigatewayv2/model/EndpointConfigurationResponse.h>
10#include <aws/apigatewayv2/model/PortalContent.h>
11#include <aws/apigatewayv2/model/Preview.h>
12#include <aws/apigatewayv2/model/PublishStatus.h>
13#include <aws/apigatewayv2/model/StatusException.h>
14#include <aws/core/http/HttpResponse.h>
15#include <aws/core/utils/DateTime.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/core/utils/memory/stl/AWSString.h>
18#include <aws/core/utils/memory/stl/AWSVector.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
31namespace ApiGatewayV2 {
44 template <
typename AuthorizationT = Authorization>
46 m_authorizationHasBeenSet =
true;
47 m_authorization = std::forward<AuthorizationT>(value);
49 template <
typename AuthorizationT = Authorization>
61 template <
typename Endpo
intConfigurationT = Endpo
intConfigurationResponse>
63 m_endpointConfigurationHasBeenSet =
true;
64 m_endpointConfiguration = std::forward<EndpointConfigurationT>(value);
66 template <
typename Endpo
intConfigurationT = Endpo
intConfigurationResponse>
78 template <
typename IncludedPortalProductArnsT = Aws::Vector<Aws::String>>
80 m_includedPortalProductArnsHasBeenSet =
true;
81 m_includedPortalProductArns = std::forward<IncludedPortalProductArnsT>(value);
83 template <
typename IncludedPortalProductArnsT = Aws::Vector<Aws::String>>
88 template <
typename IncludedPortalProductArnsT = Aws::String>
90 m_includedPortalProductArnsHasBeenSet =
true;
91 m_includedPortalProductArns.emplace_back(std::forward<IncludedPortalProductArnsT>(value));
101 template <
typename LastModifiedT = Aws::Utils::DateTime>
103 m_lastModifiedHasBeenSet =
true;
104 m_lastModified = std::forward<LastModifiedT>(value);
106 template <
typename LastModifiedT = Aws::Utils::DateTime>
118 template <
typename LastPublishedT = Aws::Utils::DateTime>
120 m_lastPublishedHasBeenSet =
true;
121 m_lastPublished = std::forward<LastPublishedT>(value);
123 template <
typename LastPublishedT = Aws::Utils::DateTime>
135 template <
typename LastPublishedDescriptionT = Aws::String>
137 m_lastPublishedDescriptionHasBeenSet =
true;
138 m_lastPublishedDescription = std::forward<LastPublishedDescriptionT>(value);
140 template <
typename LastPublishedDescriptionT = Aws::String>
152 template <
typename PortalArnT = Aws::String>
154 m_portalArnHasBeenSet =
true;
155 m_portalArn = std::forward<PortalArnT>(value);
157 template <
typename PortalArnT = Aws::String>
170 template <
typename PortalContentT = PortalContent>
172 m_portalContentHasBeenSet =
true;
173 m_portalContent = std::forward<PortalContentT>(value);
175 template <
typename PortalContentT = PortalContent>
187 template <
typename PortalIdT = Aws::String>
189 m_portalIdHasBeenSet =
true;
190 m_portalId = std::forward<PortalIdT>(value);
192 template <
typename PortalIdT = Aws::String>
205 template <
typename PreviewT = Preview>
207 m_previewHasBeenSet =
true;
208 m_preview = std::forward<PreviewT>(value);
210 template <
typename PreviewT = Preview>
223 m_publishStatusHasBeenSet =
true;
224 m_publishStatus = value;
237 template <
typename RumAppMonitorNameT = Aws::String>
239 m_rumAppMonitorNameHasBeenSet =
true;
240 m_rumAppMonitorName = std::forward<RumAppMonitorNameT>(value);
242 template <
typename RumAppMonitorNameT = Aws::String>
254 template <
typename StatusExceptionT = StatusException>
256 m_statusExceptionHasBeenSet =
true;
257 m_statusException = std::forward<StatusExceptionT>(value);
259 template <
typename StatusExceptionT = StatusException>
272 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
274 m_tagsHasBeenSet =
true;
275 m_tags = std::forward<TagsT>(value);
277 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
279 SetTags(std::forward<TagsT>(value));
282 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
284 m_tagsHasBeenSet =
true;
285 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
293 template <
typename RequestIdT = Aws::String>
295 m_requestIdHasBeenSet =
true;
296 m_requestId = std::forward<RequestIdT>(value);
298 template <
typename RequestIdT = Aws::String>
321 PortalContent m_portalContent;
331 StatusException m_statusException;
337 bool m_authorizationHasBeenSet =
false;
338 bool m_endpointConfigurationHasBeenSet =
false;
339 bool m_includedPortalProductArnsHasBeenSet =
false;
340 bool m_lastModifiedHasBeenSet =
false;
341 bool m_lastPublishedHasBeenSet =
false;
342 bool m_lastPublishedDescriptionHasBeenSet =
false;
343 bool m_portalArnHasBeenSet =
false;
344 bool m_portalContentHasBeenSet =
false;
345 bool m_portalIdHasBeenSet =
false;
346 bool m_previewHasBeenSet =
false;
347 bool m_publishStatusHasBeenSet =
false;
348 bool m_rumAppMonitorNameHasBeenSet =
false;
349 bool m_statusExceptionHasBeenSet =
false;
350 bool m_tagsHasBeenSet =
false;
351 bool m_requestIdHasBeenSet =
false;
UpdatePortalResult & WithLastModified(LastModifiedT &&value)
void SetPortalId(PortalIdT &&value)
void SetIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
UpdatePortalResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
UpdatePortalResult & WithStatusException(StatusExceptionT &&value)
UpdatePortalResult & WithPortalId(PortalIdT &&value)
void SetEndpointConfiguration(EndpointConfigurationT &&value)
UpdatePortalResult & WithPortalArn(PortalArnT &&value)
const Aws::String & GetPortalArn() const
AWS_APIGATEWAYV2_API UpdatePortalResult()=default
void SetLastModified(LastModifiedT &&value)
UpdatePortalResult & WithEndpointConfiguration(EndpointConfigurationT &&value)
const Aws::Utils::DateTime & GetLastPublished() const
void SetStatusException(StatusExceptionT &&value)
void SetPortalContent(PortalContentT &&value)
void SetPreview(PreviewT &&value)
UpdatePortalResult & AddIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
const Aws::Vector< Aws::String > & GetIncludedPortalProductArns() const
void SetTags(TagsT &&value)
UpdatePortalResult & WithTags(TagsT &&value)
const Preview & GetPreview() const
void SetLastPublished(LastPublishedT &&value)
UpdatePortalResult & WithPublishStatus(PublishStatus value)
UpdatePortalResult & WithAuthorization(AuthorizationT &&value)
AWS_APIGATEWAYV2_API UpdatePortalResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::Utils::DateTime & GetLastModified() const
const Aws::String & GetLastPublishedDescription() const
AWS_APIGATEWAYV2_API UpdatePortalResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PublishStatus GetPublishStatus() const
const Aws::String & GetRumAppMonitorName() const
UpdatePortalResult & WithPortalContent(PortalContentT &&value)
const StatusException & GetStatusException() const
void SetRumAppMonitorName(RumAppMonitorNameT &&value)
void SetAuthorization(AuthorizationT &&value)
UpdatePortalResult & WithLastPublishedDescription(LastPublishedDescriptionT &&value)
const EndpointConfigurationResponse & GetEndpointConfiguration() const
UpdatePortalResult & WithLastPublished(LastPublishedT &&value)
const PortalContent & GetPortalContent() const
UpdatePortalResult & WithRumAppMonitorName(RumAppMonitorNameT &&value)
void SetRequestId(RequestIdT &&value)
const Authorization & GetAuthorization() const
UpdatePortalResult & WithIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
void SetLastPublishedDescription(LastPublishedDescriptionT &&value)
UpdatePortalResult & WithPreview(PreviewT &&value)
const Aws::String & GetPortalId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetPublishStatus(PublishStatus value)
const Aws::String & GetRequestId() const
UpdatePortalResult & WithRequestId(RequestIdT &&value)
void SetPortalArn(PortalArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue