7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
10#include <aws/logs/model/LogFieldsListItem.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CloudWatchLogs {
37 template <
typename LogFieldsT = Aws::Vector<LogFieldsListItem>>
39 m_logFieldsHasBeenSet =
true;
40 m_logFields = std::forward<LogFieldsT>(value);
42 template <
typename LogFieldsT = Aws::Vector<LogFieldsListItem>>
47 template <
typename LogFieldsT = LogFieldsListItem>
49 m_logFieldsHasBeenSet =
true;
50 m_logFields.emplace_back(std::forward<LogFieldsT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
73 bool m_logFieldsHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API GetLogFieldsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CLOUDWATCHLOGS_API GetLogFieldsResult()=default
const Aws::String & GetRequestId() const
GetLogFieldsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CLOUDWATCHLOGS_API GetLogFieldsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetLogFieldsResult & WithLogFields(LogFieldsT &&value)
GetLogFieldsResult & AddLogFields(LogFieldsT &&value)
void SetLogFields(LogFieldsT &&value)
const Aws::Vector< LogFieldsListItem > & GetLogFields() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue