7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/states/model/LogLevel.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/states/model/LogDestination.h>
49 inline void SetLevel(
const LogLevel& value) { m_levelHasBeenSet =
true; m_level = value; }
50 inline void SetLevel(
LogLevel&& value) { m_levelHasBeenSet =
true; m_level = std::move(value); }
62 inline void SetIncludeExecutionData(
bool value) { m_includeExecutionDataHasBeenSet =
true; m_includeExecutionData = value; }
84 bool m_levelHasBeenSet =
false;
86 bool m_includeExecutionData;
87 bool m_includeExecutionDataHasBeenSet =
false;
90 bool m_destinationsHasBeenSet =
false;
bool IncludeExecutionDataHasBeenSet() const
LoggingConfiguration & AddDestinations(LogDestination &&value)
bool GetIncludeExecutionData() const
LoggingConfiguration & WithIncludeExecutionData(bool value)
bool DestinationsHasBeenSet() const
AWS_SFN_API LoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
LoggingConfiguration & WithLevel(const LogLevel &value)
void SetLevel(LogLevel &&value)
bool LevelHasBeenSet() const
LoggingConfiguration & AddDestinations(const LogDestination &value)
void SetDestinations(const Aws::Vector< LogDestination > &value)
const Aws::Vector< LogDestination > & GetDestinations() const
LoggingConfiguration & WithDestinations(const Aws::Vector< LogDestination > &value)
void SetLevel(const LogLevel &value)
LoggingConfiguration & WithLevel(LogLevel &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API LoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const LogLevel & GetLevel() const
void SetDestinations(Aws::Vector< LogDestination > &&value)
LoggingConfiguration & WithDestinations(Aws::Vector< LogDestination > &&value)
AWS_SFN_API LoggingConfiguration()
void SetIncludeExecutionData(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue