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