7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CloudWatchLogs
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
63 template<
typename SessionIdT = Aws::String>
64 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
65 template<
typename SessionIdT = Aws::String>
76 template<
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
77 void SetLogGroupIdentifiers(LogGroupIdentifiersT&& value) { m_logGroupIdentifiersHasBeenSet =
true; m_logGroupIdentifiers = std::forward<LogGroupIdentifiersT>(value); }
78 template<
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
80 template<
typename LogGroupIdentifiersT = Aws::String>
92 template<
typename LogStreamNamesT = Aws::Vector<Aws::String>>
93 void SetLogStreamNames(LogStreamNamesT&& value) { m_logStreamNamesHasBeenSet =
true; m_logStreamNames = std::forward<LogStreamNamesT>(value); }
94 template<
typename LogStreamNamesT = Aws::Vector<Aws::String>>
96 template<
typename LogStreamNamesT = Aws::String>
109 template<
typename LogStreamNamePrefixesT = Aws::Vector<Aws::String>>
110 void SetLogStreamNamePrefixes(LogStreamNamePrefixesT&& value) { m_logStreamNamePrefixesHasBeenSet =
true; m_logStreamNamePrefixes = std::forward<LogStreamNamePrefixesT>(value); }
111 template<
typename LogStreamNamePrefixesT = Aws::Vector<Aws::String>>
113 template<
typename LogStreamNamePrefixesT = Aws::String>
129 template<
typename LogEventFilterPatternT = Aws::String>
130 void SetLogEventFilterPattern(LogEventFilterPatternT&& value) { m_logEventFilterPatternHasBeenSet =
true; m_logEventFilterPattern = std::forward<LogEventFilterPatternT>(value); }
131 template<
typename LogEventFilterPatternT = Aws::String>
137 bool m_requestIdHasBeenSet =
false;
140 bool m_sessionIdHasBeenSet =
false;
143 bool m_logGroupIdentifiersHasBeenSet =
false;
146 bool m_logStreamNamesHasBeenSet =
false;
149 bool m_logStreamNamePrefixesHasBeenSet =
false;
152 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