7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/simspaceweaver/model/LogDestination.h>
22namespace SimSpaceWeaver
47 template<
typename DestinationsT = Aws::Vector<LogDestination>>
48 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
49 template<
typename DestinationsT = Aws::Vector<LogDestination>>
51 template<
typename DestinationsT = LogDestination>
57 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