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