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