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
52 template<
typename WithKeysT = Aws::Vector<Aws::String>>
53 void SetWithKeys(WithKeysT&& value) { m_withKeysHasBeenSet =
true; m_withKeys = std::forward<WithKeysT>(value); }
54 template<
typename WithKeysT = Aws::Vector<Aws::String>>
56 template<
typename WithKeysT = Aws::String>
57 DeleteKeys&
AddWithKeys(WithKeysT&& value) { m_withKeysHasBeenSet =
true; m_withKeys.emplace_back(std::forward<WithKeysT>(value));
return *
this; }
62 bool m_withKeysHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API DeleteKeys(Aws::Utils::Json::JsonView jsonValue)
bool WithKeysHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
DeleteKeys & WithWithKeys(WithKeysT &&value)
DeleteKeys & AddWithKeys(WithKeysT &&value)
AWS_CLOUDWATCHLOGS_API DeleteKeys & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API DeleteKeys()=default
const Aws::Vector< Aws::String > & GetWithKeys() const
void SetWithKeys(WithKeysT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue