7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
9#include <aws/logs/model/SubstituteStringEntry.h>
20namespace CloudWatchLogs {
47 template <
typename EntriesT = Aws::Vector<SubstituteStringEntry>>
49 m_entriesHasBeenSet =
true;
50 m_entries = std::forward<EntriesT>(value);
52 template <
typename EntriesT = Aws::Vector<SubstituteStringEntry>>
57 template <
typename EntriesT = SubstituteStringEntry>
59 m_entriesHasBeenSet =
true;
60 m_entries.emplace_back(std::forward<EntriesT>(value));
66 bool m_entriesHasBeenSet =
false;
SubstituteString & AddEntries(EntriesT &&value)
SubstituteString & WithEntries(EntriesT &&value)
AWS_CLOUDWATCHLOGS_API SubstituteString(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API SubstituteString & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SubstituteStringEntry > & GetEntries() const
AWS_CLOUDWATCHLOGS_API SubstituteString()=default
void SetEntries(EntriesT &&value)
bool EntriesHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue