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>
22namespace CloudWatchLogs
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>>
55 template<
typename WithKeysT = Aws::String>
56 LowerCaseString&
AddWithKeys(WithKeysT&& value) { m_withKeysHasBeenSet =
true; m_withKeys.emplace_back(std::forward<WithKeysT>(value));
return *
this; }
61 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