AWS SDK for C++

AWS SDK for C++ Version 1.11.754

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