7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchLogs
45 template<
typename LogGroupNameT = Aws::String>
46 void SetLogGroupName(LogGroupNameT&& value) { m_logGroupNameHasBeenSet =
true; m_logGroupName = std::forward<LogGroupNameT>(value); }
47 template<
typename LogGroupNameT = Aws::String>
59 inline long long GetTime()
const {
return m_time; }
61 inline void SetTime(
long long value) { m_timeHasBeenSet =
true; m_time = value; }
74 template<
typename LogGroupIdentifierT = Aws::String>
75 void SetLogGroupIdentifier(LogGroupIdentifierT&& value) { m_logGroupIdentifierHasBeenSet =
true; m_logGroupIdentifier = std::forward<LogGroupIdentifierT>(value); }
76 template<
typename LogGroupIdentifierT = Aws::String>
82 bool m_logGroupNameHasBeenSet =
false;
85 bool m_timeHasBeenSet =
false;
88 bool m_logGroupIdentifierHasBeenSet =
false;
void SetTime(long long value)
bool TimeHasBeenSet() const
const Aws::String & GetLogGroupIdentifier() const
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
long long GetTime() const
const Aws::String & GetLogGroupName() const
bool LogGroupNameHasBeenSet() const
GetLogGroupFieldsRequest & WithTime(long long value)
void SetLogGroupIdentifier(LogGroupIdentifierT &&value)
AWS_CLOUDWATCHLOGS_API GetLogGroupFieldsRequest()=default
bool LogGroupIdentifierHasBeenSet() const
GetLogGroupFieldsRequest & WithLogGroupName(LogGroupNameT &&value)
GetLogGroupFieldsRequest & WithLogGroupIdentifier(LogGroupIdentifierT &&value)
void SetLogGroupName(LogGroupNameT &&value)
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String