7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetLogStreamName(
const char* value) { m_logStreamNameHasBeenSet =
true; m_logStreamName.assign(value); }
64 inline void SetTimestamp(
const char* value) { m_timestampHasBeenSet =
true; m_timestamp.assign(value); }
72 bool m_logStreamNameHasBeenSet =
false;
75 bool m_timestampHasBeenSet =
false;
void SetTimestamp(Aws::String &&value)
PipeTargetCloudWatchLogsParameters & WithLogStreamName(const Aws::String &value)
void SetLogStreamName(Aws::String &&value)
PipeTargetCloudWatchLogsParameters & WithTimestamp(Aws::String &&value)
const Aws::String & GetLogStreamName() const
AWS_PIPES_API PipeTargetCloudWatchLogsParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogStreamName(const Aws::String &value)
void SetLogStreamName(const char *value)
bool LogStreamNameHasBeenSet() const
PipeTargetCloudWatchLogsParameters & WithLogStreamName(Aws::String &&value)
PipeTargetCloudWatchLogsParameters & WithLogStreamName(const char *value)
AWS_PIPES_API PipeTargetCloudWatchLogsParameters()
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTimestamp(const Aws::String &value)
bool TimestampHasBeenSet() const
PipeTargetCloudWatchLogsParameters & WithTimestamp(const Aws::String &value)
AWS_PIPES_API PipeTargetCloudWatchLogsParameters(Aws::Utils::Json::JsonView jsonValue)
void SetTimestamp(const char *value)
PipeTargetCloudWatchLogsParameters & WithTimestamp(const char *value)
const Aws::String & GetTimestamp() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue