7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
20namespace CloudWatchLogs {
44 template <
typename RequestIdT = Aws::String>
46 m_requestIdHasBeenSet =
true;
47 m_requestId = std::forward<RequestIdT>(value);
49 template <
typename RequestIdT = Aws::String>
63 template <
typename SessionIdT = Aws::String>
65 m_sessionIdHasBeenSet =
true;
66 m_sessionId = std::forward<SessionIdT>(value);
68 template <
typename SessionIdT = Aws::String>
82 template <
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
84 m_logGroupIdentifiersHasBeenSet =
true;
85 m_logGroupIdentifiers = std::forward<LogGroupIdentifiersT>(value);
87 template <
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
92 template <
typename LogGroupIdentifiersT = Aws::String>
94 m_logGroupIdentifiersHasBeenSet =
true;
95 m_logGroupIdentifiers.emplace_back(std::forward<LogGroupIdentifiersT>(value));
108 template <
typename LogStreamNamesT = Aws::Vector<Aws::String>>
110 m_logStreamNamesHasBeenSet =
true;
111 m_logStreamNames = std::forward<LogStreamNamesT>(value);
113 template <
typename LogStreamNamesT = Aws::Vector<Aws::String>>
118 template <
typename LogStreamNamesT = Aws::String>
120 m_logStreamNamesHasBeenSet =
true;
121 m_logStreamNames.emplace_back(std::forward<LogStreamNamesT>(value));
135 template <
typename LogStreamNamePrefixesT = Aws::Vector<Aws::String>>
137 m_logStreamNamePrefixesHasBeenSet =
true;
138 m_logStreamNamePrefixes = std::forward<LogStreamNamePrefixesT>(value);
140 template <
typename LogStreamNamePrefixesT = Aws::Vector<Aws::String>>
145 template <
typename LogStreamNamePrefixesT = Aws::String>
147 m_logStreamNamePrefixesHasBeenSet =
true;
148 m_logStreamNamePrefixes.emplace_back(std::forward<LogStreamNamePrefixesT>(value));
165 template <
typename LogEventFilterPatternT = Aws::String>
167 m_logEventFilterPatternHasBeenSet =
true;
168 m_logEventFilterPattern = std::forward<LogEventFilterPatternT>(value);
170 template <
typename LogEventFilterPatternT = Aws::String>
188 bool m_requestIdHasBeenSet =
false;
189 bool m_sessionIdHasBeenSet =
false;
190 bool m_logGroupIdentifiersHasBeenSet =
false;
191 bool m_logStreamNamesHasBeenSet =
false;
192 bool m_logStreamNamePrefixesHasBeenSet =
false;
193 bool m_logEventFilterPatternHasBeenSet =
false;
LiveTailSessionStart & WithRequestId(RequestIdT &&value)
LiveTailSessionStart & WithLogGroupIdentifiers(LogGroupIdentifiersT &&value)
bool LogStreamNamesHasBeenSet() const
void SetLogStreamNamePrefixes(LogStreamNamePrefixesT &&value)
LiveTailSessionStart & WithLogStreamNamePrefixes(LogStreamNamePrefixesT &&value)
LiveTailSessionStart & WithLogEventFilterPattern(LogEventFilterPatternT &&value)
LiveTailSessionStart & AddLogStreamNamePrefixes(LogStreamNamePrefixesT &&value)
bool SessionIdHasBeenSet() const
const Aws::String & GetRequestId() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogStreamNames(LogStreamNamesT &&value)
const Aws::Vector< Aws::String > & GetLogStreamNamePrefixes() const
bool LogStreamNamePrefixesHasBeenSet() const
const Aws::String & GetLogEventFilterPattern() const
AWS_CLOUDWATCHLOGS_API LiveTailSessionStart(Aws::Utils::Json::JsonView jsonValue)
bool LogGroupIdentifiersHasBeenSet() const
LiveTailSessionStart & AddLogGroupIdentifiers(LogGroupIdentifiersT &&value)
void SetRequestId(RequestIdT &&value)
LiveTailSessionStart & WithLogStreamNames(LogStreamNamesT &&value)
AWS_CLOUDWATCHLOGS_API LiveTailSessionStart()=default
void SetLogGroupIdentifiers(LogGroupIdentifiersT &&value)
bool RequestIdHasBeenSet() const
AWS_CLOUDWATCHLOGS_API LiveTailSessionStart & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetLogGroupIdentifiers() const
bool LogEventFilterPatternHasBeenSet() const
LiveTailSessionStart & AddLogStreamNames(LogStreamNamesT &&value)
LiveTailSessionStart & WithSessionId(SessionIdT &&value)
void SetLogEventFilterPattern(LogEventFilterPatternT &&value)
const Aws::Vector< Aws::String > & GetLogStreamNames() const
const Aws::String & GetSessionId() const
void SetSessionId(SessionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue