24 namespace CloudWatchLogs
57 inline void SetLogGroupName(
const char* value) { m_logGroupNameHasBeenSet =
true; m_logGroupName.assign(value); }
92 inline void SetLogStreamName(
const char* value) { m_logStreamNameHasBeenSet =
true; m_logStreamName.assign(value); }
152 inline void SetSequenceToken(
const char* value) { m_sequenceTokenHasBeenSet =
true; m_sequenceToken.assign(value); }
174 bool m_logGroupNameHasBeenSet;
176 bool m_logStreamNameHasBeenSet;
178 bool m_logEventsHasBeenSet;
180 bool m_sequenceTokenHasBeenSet;
PutLogEventsRequest & WithSequenceToken(const Aws::String &value)
PutLogEventsRequest & WithSequenceToken(Aws::String &&value)
void SetSequenceToken(const Aws::String &value)
PutLogEventsRequest & WithLogStreamName(Aws::String &&value)
void SetLogStreamName(Aws::String &&value)
PutLogEventsRequest & WithLogGroupName(const Aws::String &value)
void SetLogEvents(const Aws::Vector< InputLogEvent > &value)
void SetLogGroupName(const Aws::String &value)
void SetLogGroupName(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::String & GetLogStreamName() const
void SetLogStreamName(const Aws::String &value)
void SetLogGroupName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
PutLogEventsRequest & AddLogEvents(InputLogEvent &&value)
void SetLogEvents(Aws::Vector< InputLogEvent > &&value)
#define AWS_CLOUDWATCHLOGS_API
PutLogEventsRequest & WithSequenceToken(const char *value)
PutLogEventsRequest & WithLogGroupName(Aws::String &&value)
PutLogEventsRequest & WithLogEvents(const Aws::Vector< InputLogEvent > &value)
PutLogEventsRequest & AddLogEvents(const InputLogEvent &value)
const Aws::Vector< InputLogEvent > & GetLogEvents() const
PutLogEventsRequest & WithLogStreamName(const Aws::String &value)
PutLogEventsRequest & WithLogEvents(Aws::Vector< InputLogEvent > &&value)
PutLogEventsRequest & WithLogStreamName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
PutLogEventsRequest & WithLogGroupName(const char *value)
void SetSequenceToken(const char *value)
void SetLogStreamName(const char *value)
const Aws::String & GetSequenceToken() const
const Aws::String & GetLogGroupName() const
void SetSequenceToken(Aws::String &&value)
JSON (JavaScript Object Notation).