AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetTickerplantLogVolumes(const Aws::Vector<Aws::String>& value) { m_tickerplantLogVolumesHasBeenSet = true; m_tickerplantLogVolumes = value; }
52 inline void SetTickerplantLogVolumes(Aws::Vector<Aws::String>&& value) { m_tickerplantLogVolumesHasBeenSet = true; m_tickerplantLogVolumes = std::move(value); }
55 inline TickerplantLogConfiguration& AddTickerplantLogVolumes(const Aws::String& value) { m_tickerplantLogVolumesHasBeenSet = true; m_tickerplantLogVolumes.push_back(value); return *this; }
56 inline TickerplantLogConfiguration& AddTickerplantLogVolumes(Aws::String&& value) { m_tickerplantLogVolumesHasBeenSet = true; m_tickerplantLogVolumes.push_back(std::move(value)); return *this; }
57 inline TickerplantLogConfiguration& AddTickerplantLogVolumes(const char* value) { m_tickerplantLogVolumesHasBeenSet = true; m_tickerplantLogVolumes.push_back(value); return *this; }
59 private:
60
61 Aws::Vector<Aws::String> m_tickerplantLogVolumes;
62 bool m_tickerplantLogVolumesHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace finspace
67} // namespace Aws
void SetTickerplantLogVolumes(Aws::Vector< Aws::String > &&value)
void SetTickerplantLogVolumes(const Aws::Vector< Aws::String > &value)
TickerplantLogConfiguration & AddTickerplantLogVolumes(Aws::String &&value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACE_API TickerplantLogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
TickerplantLogConfiguration & AddTickerplantLogVolumes(const char *value)
const Aws::Vector< Aws::String > & GetTickerplantLogVolumes() const
TickerplantLogConfiguration & WithTickerplantLogVolumes(const Aws::Vector< Aws::String > &value)
AWS_FINSPACE_API TickerplantLogConfiguration(Aws::Utils::Json::JsonView jsonValue)
TickerplantLogConfiguration & WithTickerplantLogVolumes(Aws::Vector< Aws::String > &&value)
TickerplantLogConfiguration & AddTickerplantLogVolumes(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue