7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/logs/model/AddKeyEntry.h>
22namespace CloudWatchLogs
38 AWS_CLOUDWATCHLOGS_API
AddKeys() =
default;
51 template<
typename EntriesT = Aws::Vector<AddKeyEntry>>
52 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
53 template<
typename EntriesT = Aws::Vector<AddKeyEntry>>
55 template<
typename EntriesT = AddKeyEntry>
56 AddKeys&
AddEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries.emplace_back(std::forward<EntriesT>(value));
return *
this; }
61 bool m_entriesHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API AddKeys()=default
bool EntriesHasBeenSet() const
AWS_CLOUDWATCHLOGS_API AddKeys & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AddKeyEntry > & GetEntries() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDWATCHLOGS_API AddKeys(Aws::Utils::Json::JsonView jsonValue)
void SetEntries(EntriesT &&value)
AddKeys & AddEntries(EntriesT &&value)
AddKeys & WithEntries(EntriesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue