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/utils/DateTime.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
17#include <aws/core/utils/memory/stl/AWSVector.h>
28namespace ApiGatewayV2 {
49 template <
typename AuthorizationT = Authorization>
51 m_authorizationHasBeenSet =
true;
52 m_authorization = std::forward<AuthorizationT>(value);
54 template <
typename AuthorizationT = Authorization>
67 template <
typename Endpo
intConfigurationT = Endpo
intConfigurationResponse>
69 m_endpointConfigurationHasBeenSet =
true;
70 m_endpointConfiguration = std::forward<EndpointConfigurationT>(value);
72 template <
typename Endpo
intConfigurationT = Endpo
intConfigurationResponse>
85 template <
typename IncludedPortalProductArnsT = Aws::Vector<Aws::String>>
87 m_includedPortalProductArnsHasBeenSet =
true;
88 m_includedPortalProductArns = std::forward<IncludedPortalProductArnsT>(value);
90 template <
typename IncludedPortalProductArnsT = Aws::Vector<Aws::String>>
95 template <
typename IncludedPortalProductArnsT = Aws::String>
97 m_includedPortalProductArnsHasBeenSet =
true;
98 m_includedPortalProductArns.emplace_back(std::forward<IncludedPortalProductArnsT>(value));
109 template <
typename LastModifiedT = Aws::Utils::DateTime>
111 m_lastModifiedHasBeenSet =
true;
112 m_lastModified = std::forward<LastModifiedT>(value);
114 template <
typename LastModifiedT = Aws::Utils::DateTime>
127 template <
typename LastPublishedT = Aws::Utils::DateTime>
129 m_lastPublishedHasBeenSet =
true;
130 m_lastPublished = std::forward<LastPublishedT>(value);
132 template <
typename LastPublishedT = Aws::Utils::DateTime>
145 template <
typename LastPublishedDescriptionT = Aws::String>
147 m_lastPublishedDescriptionHasBeenSet =
true;
148 m_lastPublishedDescription = std::forward<LastPublishedDescriptionT>(value);
150 template <
typename LastPublishedDescriptionT = Aws::String>
163 template <
typename PortalArnT = Aws::String>
165 m_portalArnHasBeenSet =
true;
166 m_portalArn = std::forward<PortalArnT>(value);
168 template <
typename PortalArnT = Aws::String>
182 template <
typename PortalContentT = PortalContent>
184 m_portalContentHasBeenSet =
true;
185 m_portalContent = std::forward<PortalContentT>(value);
187 template <
typename PortalContentT = PortalContent>
200 template <
typename PortalIdT = Aws::String>
202 m_portalIdHasBeenSet =
true;
203 m_portalId = std::forward<PortalIdT>(value);
205 template <
typename PortalIdT = Aws::String>
219 template <
typename PreviewT = Preview>
221 m_previewHasBeenSet =
true;
222 m_preview = std::forward<PreviewT>(value);
224 template <
typename PreviewT = Preview>
238 m_publishStatusHasBeenSet =
true;
239 m_publishStatus = value;
253 template <
typename RumAppMonitorNameT = Aws::String>
255 m_rumAppMonitorNameHasBeenSet =
true;
256 m_rumAppMonitorName = std::forward<RumAppMonitorNameT>(value);
258 template <
typename RumAppMonitorNameT = Aws::String>
271 template <
typename StatusExceptionT = StatusException>
273 m_statusExceptionHasBeenSet =
true;
274 m_statusException = std::forward<StatusExceptionT>(value);
276 template <
typename StatusExceptionT = StatusException>
290 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
292 m_tagsHasBeenSet =
true;
293 m_tags = std::forward<TagsT>(value);
295 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
297 SetTags(std::forward<TagsT>(value));
300 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
302 m_tagsHasBeenSet =
true;
303 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
322 PortalContent m_portalContent;
332 StatusException m_statusException;
335 bool m_authorizationHasBeenSet =
false;
336 bool m_endpointConfigurationHasBeenSet =
false;
337 bool m_includedPortalProductArnsHasBeenSet =
false;
338 bool m_lastModifiedHasBeenSet =
false;
339 bool m_lastPublishedHasBeenSet =
false;
340 bool m_lastPublishedDescriptionHasBeenSet =
false;
341 bool m_portalArnHasBeenSet =
false;
342 bool m_portalContentHasBeenSet =
false;
343 bool m_portalIdHasBeenSet =
false;
344 bool m_previewHasBeenSet =
false;
345 bool m_publishStatusHasBeenSet =
false;
346 bool m_rumAppMonitorNameHasBeenSet =
false;
347 bool m_statusExceptionHasBeenSet =
false;
348 bool m_tagsHasBeenSet =
false;
PortalSummary & WithLastPublished(LastPublishedT &&value)
bool LastPublishedDescriptionHasBeenSet() const
void SetTags(TagsT &&value)
PortalSummary & WithPortalContent(PortalContentT &&value)
bool LastModifiedHasBeenSet() const
const Authorization & GetAuthorization() const
const PortalContent & GetPortalContent() const
bool PortalIdHasBeenSet() const
void SetPortalArn(PortalArnT &&value)
bool StatusExceptionHasBeenSet() const
PortalSummary & WithPortalId(PortalIdT &&value)
void SetRumAppMonitorName(RumAppMonitorNameT &&value)
const Aws::String & GetPortalArn() const
const Preview & GetPreview() const
const StatusException & GetStatusException() const
void SetPreview(PreviewT &&value)
const Aws::String & GetPortalId() const
PortalSummary & WithStatusException(StatusExceptionT &&value)
PortalSummary & WithLastModified(LastModifiedT &&value)
PortalSummary & AddIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
PortalSummary & WithEndpointConfiguration(EndpointConfigurationT &&value)
void SetAuthorization(AuthorizationT &&value)
void SetPortalContent(PortalContentT &&value)
bool EndpointConfigurationHasBeenSet() const
bool TagsHasBeenSet() const
AWS_APIGATEWAYV2_API PortalSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PreviewHasBeenSet() const
const Aws::Vector< Aws::String > & GetIncludedPortalProductArns() const
const Aws::Utils::DateTime & GetLastModified() const
AWS_APIGATEWAYV2_API PortalSummary()=default
PortalSummary & WithRumAppMonitorName(RumAppMonitorNameT &&value)
PortalSummary & WithTags(TagsT &&value)
const Aws::String & GetRumAppMonitorName() const
PublishStatus GetPublishStatus() const
bool PublishStatusHasBeenSet() const
const EndpointConfigurationResponse & GetEndpointConfiguration() const
bool PortalContentHasBeenSet() const
void SetLastModified(LastModifiedT &&value)
const Aws::Utils::DateTime & GetLastPublished() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool AuthorizationHasBeenSet() const
void SetPortalId(PortalIdT &&value)
bool PortalArnHasBeenSet() const
PortalSummary & WithIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
PortalSummary & WithPublishStatus(PublishStatus value)
void SetStatusException(StatusExceptionT &&value)
bool RumAppMonitorNameHasBeenSet() const
PortalSummary & WithPortalArn(PortalArnT &&value)
void SetLastPublished(LastPublishedT &&value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
PortalSummary & WithAuthorization(AuthorizationT &&value)
void SetIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
PortalSummary & WithPreview(PreviewT &&value)
void SetLastPublishedDescription(LastPublishedDescriptionT &&value)
void SetPublishStatus(PublishStatus value)
PortalSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetEndpointConfiguration(EndpointConfigurationT &&value)
AWS_APIGATEWAYV2_API PortalSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLastPublishedDescription() const
PortalSummary & WithLastPublishedDescription(LastPublishedDescriptionT &&value)
bool IncludedPortalProductArnsHasBeenSet() const
bool LastPublishedHasBeenSet() const
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