7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace ApiGatewayV2 {
42 template <
typename ProductRestEndpo
intPageArnsT = Aws::Vector<Aws::String>>
44 m_productRestEndpointPageArnsHasBeenSet =
true;
45 m_productRestEndpointPageArns = std::forward<ProductRestEndpointPageArnsT>(value);
47 template <
typename ProductRestEndpo
intPageArnsT = Aws::Vector<Aws::String>>
52 template <
typename ProductRestEndpo
intPageArnsT = Aws::String>
54 m_productRestEndpointPageArnsHasBeenSet =
true;
55 m_productRestEndpointPageArns.emplace_back(std::forward<ProductRestEndpointPageArnsT>(value));
66 template <
typename SectionNameT = Aws::String>
68 m_sectionNameHasBeenSet =
true;
69 m_sectionName = std::forward<SectionNameT>(value);
71 template <
typename SectionNameT = Aws::String>
81 bool m_productRestEndpointPageArnsHasBeenSet =
false;
82 bool m_sectionNameHasBeenSet =
false;
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
Section & WithProductRestEndpointPageArns(ProductRestEndpointPageArnsT &&value)
void SetSectionName(SectionNameT &&value)
const Aws::String & GetSectionName() const
Section & WithSectionName(SectionNameT &&value)
Section & AddProductRestEndpointPageArns(ProductRestEndpointPageArnsT &&value)
bool SectionNameHasBeenSet() const
AWS_APIGATEWAYV2_API Section()=default
bool ProductRestEndpointPageArnsHasBeenSet() const
const Aws::Vector< Aws::String > & GetProductRestEndpointPageArns() const
void SetProductRestEndpointPageArns(ProductRestEndpointPageArnsT &&value)
AWS_APIGATEWAYV2_API Section & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API Section(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue