/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */
#pragma once
#include  The LoggingConfiguration data type is used to set CloudWatch
   * Logs options.See Also:
   AWS
   * API Reference
Defines which category of execution history events are logged.
*/ inline const LogLevel& GetLevel() const{ return m_level; } /** *Defines which category of execution history events are logged.
*/ inline bool LevelHasBeenSet() const { return m_levelHasBeenSet; } /** *Defines which category of execution history events are logged.
*/ inline void SetLevel(const LogLevel& value) { m_levelHasBeenSet = true; m_level = value; } /** *Defines which category of execution history events are logged.
*/ inline void SetLevel(LogLevel&& value) { m_levelHasBeenSet = true; m_level = std::move(value); } /** *Defines which category of execution history events are logged.
*/ inline LoggingConfiguration& WithLevel(const LogLevel& value) { SetLevel(value); return *this;} /** *Defines which category of execution history events are logged.
*/ inline LoggingConfiguration& WithLevel(LogLevel&& value) { SetLevel(std::move(value)); return *this;} /** *Determines whether execution data is included in your log. When set to
     * false, data is excluded.
Determines whether execution data is included in your log. When set to
     * false, data is excluded.
Determines whether execution data is included in your log. When set to
     * false, data is excluded.
Determines whether execution data is included in your log. When set to
     * false, data is excluded.
An array of objects that describes where your execution history events will
     * be logged. Limited to size 1. Required, if your log level is not set to
     * OFF.
An array of objects that describes where your execution history events will
     * be logged. Limited to size 1. Required, if your log level is not set to
     * OFF.
An array of objects that describes where your execution history events will
     * be logged. Limited to size 1. Required, if your log level is not set to
     * OFF.
An array of objects that describes where your execution history events will
     * be logged. Limited to size 1. Required, if your log level is not set to
     * OFF.
An array of objects that describes where your execution history events will
     * be logged. Limited to size 1. Required, if your log level is not set to
     * OFF.
An array of objects that describes where your execution history events will
     * be logged. Limited to size 1. Required, if your log level is not set to
     * OFF.
An array of objects that describes where your execution history events will
     * be logged. Limited to size 1. Required, if your log level is not set to
     * OFF.
An array of objects that describes where your execution history events will
     * be logged. Limited to size 1. Required, if your log level is not set to
     * OFF.