7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/LayoutConfiguration.h>
39 AWS_QUICKSIGHT_API
Layout() =
default;
51 template<
typename ConfigurationT = LayoutConfiguration>
52 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
53 template<
typename ConfigurationT = LayoutConfiguration>
59 bool m_configurationHasBeenSet =
false;
bool ConfigurationHasBeenSet() const
Layout & WithConfiguration(ConfigurationT &&value)
AWS_QUICKSIGHT_API Layout & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Layout(Aws::Utils::Json::JsonView jsonValue)
void SetConfiguration(ConfigurationT &&value)
const LayoutConfiguration & GetConfiguration() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API Layout()=default
Aws::Utils::Json::JsonValue JsonValue