AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
TickerplantLogConfiguration.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace finspace
23{
24namespace Model
25{
26
37 {
38 public:
39 AWS_FINSPACE_API TickerplantLogConfiguration() = default;
42 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::Vector<Aws::String>& GetTickerplantLogVolumes() const { return m_tickerplantLogVolumes; }
50 inline bool TickerplantLogVolumesHasBeenSet() const { return m_tickerplantLogVolumesHasBeenSet; }
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>>
54 TickerplantLogConfiguration& WithTickerplantLogVolumes(TickerplantLogVolumesT&& value) { SetTickerplantLogVolumes(std::forward<TickerplantLogVolumesT>(value)); return *this;}
55 template<typename TickerplantLogVolumesT = Aws::String>
56 TickerplantLogConfiguration& AddTickerplantLogVolumes(TickerplantLogVolumesT&& value) { m_tickerplantLogVolumesHasBeenSet = true; m_tickerplantLogVolumes.emplace_back(std::forward<TickerplantLogVolumesT>(value)); return *this; }
58 private:
59
60 Aws::Vector<Aws::String> m_tickerplantLogVolumes;
61 bool m_tickerplantLogVolumesHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace finspace
66} // namespace Aws
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)
TickerplantLogConfiguration & WithTickerplantLogVolumes(TickerplantLogVolumesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue