AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
LowerCaseString.h
1
6#pragma once
7#include <aws/logs/CloudWatchLogs_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 CloudWatchLogs
23{
24namespace Model
25{
26
37 {
38 public:
39 AWS_CLOUDWATCHLOGS_API LowerCaseString() = default;
40 AWS_CLOUDWATCHLOGS_API LowerCaseString(Aws::Utils::Json::JsonView jsonValue);
41 AWS_CLOUDWATCHLOGS_API LowerCaseString& operator=(Aws::Utils::Json::JsonView jsonValue);
42 AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::Vector<Aws::String>& GetWithKeys() const { return m_withKeys; }
50 inline bool WithKeysHasBeenSet() const { return m_withKeysHasBeenSet; }
51 template<typename WithKeysT = Aws::Vector<Aws::String>>
52 void SetWithKeys(WithKeysT&& value) { m_withKeysHasBeenSet = true; m_withKeys = std::forward<WithKeysT>(value); }
53 template<typename WithKeysT = Aws::Vector<Aws::String>>
54 LowerCaseString& WithWithKeys(WithKeysT&& value) { SetWithKeys(std::forward<WithKeysT>(value)); return *this;}
55 template<typename WithKeysT = Aws::String>
56 LowerCaseString& AddWithKeys(WithKeysT&& value) { m_withKeysHasBeenSet = true; m_withKeys.emplace_back(std::forward<WithKeysT>(value)); return *this; }
58 private:
59
60 Aws::Vector<Aws::String> m_withKeys;
61 bool m_withKeysHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace CloudWatchLogs
66} // namespace Aws
LowerCaseString & AddWithKeys(WithKeysT &&value)
AWS_CLOUDWATCHLOGS_API LowerCaseString(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API LowerCaseString & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetWithKeys() const
AWS_CLOUDWATCHLOGS_API LowerCaseString()=default
LowerCaseString & WithWithKeys(WithKeysT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue