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>
20namespace CloudWatchLogs {
45 template <
typename WithKeysT = Aws::Vector<Aws::String>>
47 m_withKeysHasBeenSet =
true;
48 m_withKeys = std::forward<WithKeysT>(value);
50 template <
typename WithKeysT = Aws::Vector<Aws::String>>
55 template <
typename WithKeysT = Aws::String>
57 m_withKeysHasBeenSet =
true;
58 m_withKeys.emplace_back(std::forward<WithKeysT>(value));
64 bool m_withKeysHasBeenSet =
false;
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
bool WithKeysHasBeenSet() const
LowerCaseString & WithWithKeys(WithKeysT &&value)
void SetWithKeys(WithKeysT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue