7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
9#include <aws/logs/model/AddKeyEntry.h>
20namespace CloudWatchLogs {
33 AWS_CLOUDWATCHLOGS_API
AddKeys() =
default;
45 template <
typename EntriesT = Aws::Vector<AddKeyEntry>>
47 m_entriesHasBeenSet =
true;
48 m_entries = std::forward<EntriesT>(value);
50 template <
typename EntriesT = Aws::Vector<AddKeyEntry>>
55 template <
typename EntriesT = AddKeyEntry>
57 m_entriesHasBeenSet =
true;
58 m_entries.emplace_back(std::forward<EntriesT>(value));
64 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