7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/apigatewayv2/model/Authorization.h>
10#include <aws/apigatewayv2/model/EndpointConfigurationRequest.h>
11#include <aws/apigatewayv2/model/PortalContent.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
19namespace ApiGatewayV2 {
45 template <
typename AuthorizationT = Authorization>
47 m_authorizationHasBeenSet =
true;
48 m_authorization = std::forward<AuthorizationT>(value);
50 template <
typename AuthorizationT = Authorization>
64 template <
typename Endpo
intConfigurationT = Endpo
intConfigurationRequest>
66 m_endpointConfigurationHasBeenSet =
true;
67 m_endpointConfiguration = std::forward<EndpointConfigurationT>(value);
69 template <
typename Endpo
intConfigurationT = Endpo
intConfigurationRequest>
82 template <
typename IncludedPortalProductArnsT = Aws::Vector<Aws::String>>
84 m_includedPortalProductArnsHasBeenSet =
true;
85 m_includedPortalProductArns = std::forward<IncludedPortalProductArnsT>(value);
87 template <
typename IncludedPortalProductArnsT = Aws::Vector<Aws::String>>
92 template <
typename IncludedPortalProductArnsT = Aws::String>
94 m_includedPortalProductArnsHasBeenSet =
true;
95 m_includedPortalProductArns.emplace_back(std::forward<IncludedPortalProductArnsT>(value));
106 template <
typename LogoUriT = Aws::String>
108 m_logoUriHasBeenSet =
true;
109 m_logoUri = std::forward<LogoUriT>(value);
111 template <
typename LogoUriT = Aws::String>
124 template <
typename PortalContentT = PortalContent>
126 m_portalContentHasBeenSet =
true;
127 m_portalContent = std::forward<PortalContentT>(value);
129 template <
typename PortalContentT = PortalContent>
142 template <
typename RumAppMonitorNameT = Aws::String>
144 m_rumAppMonitorNameHasBeenSet =
true;
145 m_rumAppMonitorName = std::forward<RumAppMonitorNameT>(value);
147 template <
typename RumAppMonitorNameT = Aws::String>
161 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
163 m_tagsHasBeenSet =
true;
164 m_tags = std::forward<TagsT>(value);
166 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 SetTags(std::forward<TagsT>(value));
171 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
173 m_tagsHasBeenSet =
true;
174 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
192 bool m_authorizationHasBeenSet =
false;
193 bool m_endpointConfigurationHasBeenSet =
false;
194 bool m_includedPortalProductArnsHasBeenSet =
false;
195 bool m_logoUriHasBeenSet =
false;
196 bool m_portalContentHasBeenSet =
false;
197 bool m_rumAppMonitorNameHasBeenSet =
false;
198 bool m_tagsHasBeenSet =
false;
bool EndpointConfigurationHasBeenSet() const
CreatePortalRequest & WithAuthorization(AuthorizationT &&value)
void SetLogoUri(LogoUriT &&value)
bool AuthorizationHasBeenSet() const
CreatePortalRequest & WithEndpointConfiguration(EndpointConfigurationT &&value)
const Aws::String & GetRumAppMonitorName() const
CreatePortalRequest & WithIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
CreatePortalRequest & AddIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
void SetPortalContent(PortalContentT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool LogoUriHasBeenSet() const
bool TagsHasBeenSet() const
const PortalContent & GetPortalContent() const
CreatePortalRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Vector< Aws::String > & GetIncludedPortalProductArns() const
void SetAuthorization(AuthorizationT &&value)
bool IncludedPortalProductArnsHasBeenSet() const
CreatePortalRequest & WithPortalContent(PortalContentT &&value)
void SetTags(TagsT &&value)
CreatePortalRequest & WithTags(TagsT &&value)
CreatePortalRequest & WithLogoUri(LogoUriT &&value)
const Aws::String & GetLogoUri() const
virtual const char * GetServiceRequestName() const override
bool RumAppMonitorNameHasBeenSet() const
void SetEndpointConfiguration(EndpointConfigurationT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
const Authorization & GetAuthorization() const
void SetIncludedPortalProductArns(IncludedPortalProductArnsT &&value)
AWS_APIGATEWAYV2_API CreatePortalRequest()=default
CreatePortalRequest & WithRumAppMonitorName(RumAppMonitorNameT &&value)
void SetRumAppMonitorName(RumAppMonitorNameT &&value)
bool PortalContentHasBeenSet() const
const EndpointConfigurationRequest & GetEndpointConfiguration() 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