7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
14namespace CloudWatchLogs {
41 template <
typename LogGroupNameT = Aws::String>
43 m_logGroupNameHasBeenSet =
true;
44 m_logGroupName = std::forward<LogGroupNameT>(value);
46 template <
typename LogGroupNameT = Aws::String>
61 inline long long GetTime()
const {
return m_time; }
64 m_timeHasBeenSet =
true;
82 template <
typename LogGroupIdentifierT = Aws::String>
84 m_logGroupIdentifierHasBeenSet =
true;
85 m_logGroupIdentifier = std::forward<LogGroupIdentifierT>(value);
87 template <
typename LogGroupIdentifierT = Aws::String>
99 bool m_logGroupNameHasBeenSet =
false;
100 bool m_timeHasBeenSet =
false;
101 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