7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/finspace/Finspace_EXPORTS.h>
45 template <
typename TickerplantLogVolumesT = Aws::Vector<Aws::String>>
47 m_tickerplantLogVolumesHasBeenSet =
true;
48 m_tickerplantLogVolumes = std::forward<TickerplantLogVolumesT>(value);
50 template <
typename TickerplantLogVolumesT = Aws::Vector<Aws::String>>
55 template <
typename TickerplantLogVolumesT = Aws::String>
57 m_tickerplantLogVolumesHasBeenSet =
true;
58 m_tickerplantLogVolumes.emplace_back(std::forward<TickerplantLogVolumesT>(value));
64 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