7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/states/SFN_EXPORTS.h>
9#include <aws/states/model/LogDestination.h>
10#include <aws/states/model/LogLevel.h>
44 m_levelHasBeenSet =
true;
61 m_includeExecutionDataHasBeenSet =
true;
62 m_includeExecutionData = value;
78 template <
typename DestinationsT = Aws::Vector<LogDestination>>
80 m_destinationsHasBeenSet =
true;
81 m_destinations = std::forward<DestinationsT>(value);
83 template <
typename DestinationsT = Aws::Vector<LogDestination>>
88 template <
typename DestinationsT = LogDestination>
90 m_destinationsHasBeenSet =
true;
91 m_destinations.emplace_back(std::forward<DestinationsT>(value));
98 bool m_includeExecutionData{
false};
101 bool m_levelHasBeenSet =
false;
102 bool m_includeExecutionDataHasBeenSet =
false;
103 bool m_destinationsHasBeenSet =
false;
bool IncludeExecutionDataHasBeenSet() const
void SetLevel(LogLevel value)
bool GetIncludeExecutionData() const
AWS_SFN_API LoggingConfiguration()=default
LoggingConfiguration & WithIncludeExecutionData(bool value)
bool DestinationsHasBeenSet() const
AWS_SFN_API LoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool LevelHasBeenSet() const
LoggingConfiguration & WithLevel(LogLevel value)
const Aws::Vector< LogDestination > & GetDestinations() const
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API LoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
LoggingConfiguration & AddDestinations(DestinationsT &&value)
LogLevel GetLevel() const
LoggingConfiguration & WithDestinations(DestinationsT &&value)
void SetDestinations(DestinationsT &&value)
void SetIncludeExecutionData(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue