7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename LogStreamNameT = Aws::String>
48 void SetLogStreamName(LogStreamNameT&& value) { m_logStreamNameHasBeenSet =
true; m_logStreamName = std::forward<LogStreamNameT>(value); }
49 template<
typename LogStreamNameT = Aws::String>
60 template<
typename TimestampT = Aws::String>
61 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
62 template<
typename TimestampT = Aws::String>
68 bool m_logStreamNameHasBeenSet =
false;
71 bool m_timestampHasBeenSet =
false;
PipeTargetCloudWatchLogsParameters & WithLogStreamName(LogStreamNameT &&value)
const Aws::String & GetLogStreamName() const
AWS_PIPES_API PipeTargetCloudWatchLogsParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API PipeTargetCloudWatchLogsParameters()=default
bool LogStreamNameHasBeenSet() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimestampHasBeenSet() const
void SetLogStreamName(LogStreamNameT &&value)
void SetTimestamp(TimestampT &&value)
PipeTargetCloudWatchLogsParameters & WithTimestamp(TimestampT &&value)
AWS_PIPES_API PipeTargetCloudWatchLogsParameters(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTimestamp() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue