7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
9#include <aws/logs/model/CopyValueEntry.h>
20namespace CloudWatchLogs {
48 template <
typename EntriesT = Aws::Vector<CopyValueEntry>>
50 m_entriesHasBeenSet =
true;
51 m_entries = std::forward<EntriesT>(value);
53 template <
typename EntriesT = Aws::Vector<CopyValueEntry>>
58 template <
typename EntriesT = CopyValueEntry>
60 m_entriesHasBeenSet =
true;
61 m_entries.emplace_back(std::forward<EntriesT>(value));
67 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