/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration for a section-based layout.See Also:
AWS
* API Reference
A list of header section configurations.
*/ inline const Aws::VectorA list of header section configurations.
*/ inline bool HeaderSectionsHasBeenSet() const { return m_headerSectionsHasBeenSet; } /** *A list of header section configurations.
*/ inline void SetHeaderSections(const Aws::VectorA list of header section configurations.
*/ inline void SetHeaderSections(Aws::VectorA list of header section configurations.
*/ inline SectionBasedLayoutConfiguration& WithHeaderSections(const Aws::VectorA list of header section configurations.
*/ inline SectionBasedLayoutConfiguration& WithHeaderSections(Aws::VectorA list of header section configurations.
*/ inline SectionBasedLayoutConfiguration& AddHeaderSections(const HeaderFooterSectionConfiguration& value) { m_headerSectionsHasBeenSet = true; m_headerSections.push_back(value); return *this; } /** *A list of header section configurations.
*/ inline SectionBasedLayoutConfiguration& AddHeaderSections(HeaderFooterSectionConfiguration&& value) { m_headerSectionsHasBeenSet = true; m_headerSections.push_back(std::move(value)); return *this; } /** *A list of body section configurations.
*/ inline const Aws::VectorA list of body section configurations.
*/ inline bool BodySectionsHasBeenSet() const { return m_bodySectionsHasBeenSet; } /** *A list of body section configurations.
*/ inline void SetBodySections(const Aws::VectorA list of body section configurations.
*/ inline void SetBodySections(Aws::VectorA list of body section configurations.
*/ inline SectionBasedLayoutConfiguration& WithBodySections(const Aws::VectorA list of body section configurations.
*/ inline SectionBasedLayoutConfiguration& WithBodySections(Aws::VectorA list of body section configurations.
*/ inline SectionBasedLayoutConfiguration& AddBodySections(const BodySectionConfiguration& value) { m_bodySectionsHasBeenSet = true; m_bodySections.push_back(value); return *this; } /** *A list of body section configurations.
*/ inline SectionBasedLayoutConfiguration& AddBodySections(BodySectionConfiguration&& value) { m_bodySectionsHasBeenSet = true; m_bodySections.push_back(std::move(value)); return *this; } /** *A list of footer section configurations.
*/ inline const Aws::VectorA list of footer section configurations.
*/ inline bool FooterSectionsHasBeenSet() const { return m_footerSectionsHasBeenSet; } /** *A list of footer section configurations.
*/ inline void SetFooterSections(const Aws::VectorA list of footer section configurations.
*/ inline void SetFooterSections(Aws::VectorA list of footer section configurations.
*/ inline SectionBasedLayoutConfiguration& WithFooterSections(const Aws::VectorA list of footer section configurations.
*/ inline SectionBasedLayoutConfiguration& WithFooterSections(Aws::VectorA list of footer section configurations.
*/ inline SectionBasedLayoutConfiguration& AddFooterSections(const HeaderFooterSectionConfiguration& value) { m_footerSectionsHasBeenSet = true; m_footerSections.push_back(value); return *this; } /** *A list of footer section configurations.
*/ inline SectionBasedLayoutConfiguration& AddFooterSections(HeaderFooterSectionConfiguration&& value) { m_footerSectionsHasBeenSet = true; m_footerSections.push_back(std::move(value)); return *this; } /** *The options for the canvas of a section-based layout.
*/ inline const SectionBasedLayoutCanvasSizeOptions& GetCanvasSizeOptions() const{ return m_canvasSizeOptions; } /** *The options for the canvas of a section-based layout.
*/ inline bool CanvasSizeOptionsHasBeenSet() const { return m_canvasSizeOptionsHasBeenSet; } /** *The options for the canvas of a section-based layout.
*/ inline void SetCanvasSizeOptions(const SectionBasedLayoutCanvasSizeOptions& value) { m_canvasSizeOptionsHasBeenSet = true; m_canvasSizeOptions = value; } /** *The options for the canvas of a section-based layout.
*/ inline void SetCanvasSizeOptions(SectionBasedLayoutCanvasSizeOptions&& value) { m_canvasSizeOptionsHasBeenSet = true; m_canvasSizeOptions = std::move(value); } /** *The options for the canvas of a section-based layout.
*/ inline SectionBasedLayoutConfiguration& WithCanvasSizeOptions(const SectionBasedLayoutCanvasSizeOptions& value) { SetCanvasSizeOptions(value); return *this;} /** *The options for the canvas of a section-based layout.
*/ inline SectionBasedLayoutConfiguration& WithCanvasSizeOptions(SectionBasedLayoutCanvasSizeOptions&& value) { SetCanvasSizeOptions(std::move(value)); return *this;} private: Aws::Vector