AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
LowerCaseString.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/logs/CloudWatchLogs_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace CloudWatchLogs {
21namespace Model {
22
33 public:
34 AWS_CLOUDWATCHLOGS_API LowerCaseString() = default;
35 AWS_CLOUDWATCHLOGS_API LowerCaseString(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CLOUDWATCHLOGS_API LowerCaseString& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
43 inline const Aws::Vector<Aws::String>& GetWithKeys() const { return m_withKeys; }
44 inline bool WithKeysHasBeenSet() const { return m_withKeysHasBeenSet; }
45 template <typename WithKeysT = Aws::Vector<Aws::String>>
46 void SetWithKeys(WithKeysT&& value) {
47 m_withKeysHasBeenSet = true;
48 m_withKeys = std::forward<WithKeysT>(value);
49 }
50 template <typename WithKeysT = Aws::Vector<Aws::String>>
51 LowerCaseString& WithWithKeys(WithKeysT&& value) {
52 SetWithKeys(std::forward<WithKeysT>(value));
53 return *this;
54 }
55 template <typename WithKeysT = Aws::String>
56 LowerCaseString& AddWithKeys(WithKeysT&& value) {
57 m_withKeysHasBeenSet = true;
58 m_withKeys.emplace_back(std::forward<WithKeysT>(value));
59 return *this;
60 }
62 private:
63 Aws::Vector<Aws::String> m_withKeys;
64 bool m_withKeysHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace CloudWatchLogs
69} // 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