7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
9#include <aws/simspaceweaver/model/LogDestination.h>
20namespace SimSpaceWeaver {
41 template <
typename DestinationsT = Aws::Vector<LogDestination>>
43 m_destinationsHasBeenSet =
true;
44 m_destinations = std::forward<DestinationsT>(value);
46 template <
typename DestinationsT = Aws::Vector<LogDestination>>
51 template <
typename DestinationsT = LogDestination>
53 m_destinationsHasBeenSet =
true;
54 m_destinations.emplace_back(std::forward<DestinationsT>(value));
60 bool m_destinationsHasBeenSet =
false;
AWS_SIMSPACEWEAVER_API LoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIMSPACEWEAVER_API LoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< LogDestination > & GetDestinations() const
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDestinations(DestinationsT &&value)
AWS_SIMSPACEWEAVER_API LoggingConfiguration()=default
LoggingConfiguration & WithDestinations(DestinationsT &&value)
bool DestinationsHasBeenSet() const
LoggingConfiguration & AddDestinations(DestinationsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue