7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename TickerplantLogVolumesT = Aws::Vector<Aws::String>>
52 void SetTickerplantLogVolumes(TickerplantLogVolumesT&& value) { m_tickerplantLogVolumesHasBeenSet =
true; m_tickerplantLogVolumes = std::forward<TickerplantLogVolumesT>(value); }
53 template<
typename TickerplantLogVolumesT = Aws::Vector<Aws::String>>
55 template<
typename TickerplantLogVolumesT = Aws::String>
61 bool m_tickerplantLogVolumesHasBeenSet =
false;
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACE_API TickerplantLogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
TickerplantLogConfiguration & AddTickerplantLogVolumes(TickerplantLogVolumesT &&value)
AWS_FINSPACE_API TickerplantLogConfiguration()=default
const Aws::Vector< Aws::String > & GetTickerplantLogVolumes() const
AWS_FINSPACE_API TickerplantLogConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetTickerplantLogVolumes(TickerplantLogVolumesT &&value)
bool TickerplantLogVolumesHasBeenSet() const
TickerplantLogConfiguration & WithTickerplantLogVolumes(TickerplantLogVolumesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue