7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/application-insights/model/LogPattern.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ApplicationInsights
42 template<
typename ResourceGroupNameT = Aws::String>
43 void SetResourceGroupName(ResourceGroupNameT&& value) { m_resourceGroupNameHasBeenSet =
true; m_resourceGroupName = std::forward<ResourceGroupNameT>(value); }
44 template<
typename ResourceGroupNameT = Aws::String>
53 template<
typename AccountIdT = Aws::String>
54 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
55 template<
typename AccountIdT = Aws::String>
64 template<
typename LogPatternsT = Aws::Vector<LogPattern>>
65 void SetLogPatterns(LogPatternsT&& value) { m_logPatternsHasBeenSet =
true; m_logPatterns = std::forward<LogPatternsT>(value); }
66 template<
typename LogPatternsT = Aws::Vector<LogPattern>>
68 template<
typename LogPatternsT = LogPattern>
78 template<
typename NextTokenT = Aws::String>
79 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
80 template<
typename NextTokenT = Aws::String>
87 template<
typename RequestIdT = Aws::String>
88 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
89 template<
typename RequestIdT = Aws::String>
95 bool m_resourceGroupNameHasBeenSet =
false;
98 bool m_accountIdHasBeenSet =
false;
101 bool m_logPatternsHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
ListLogPatternsResult & WithLogPatterns(LogPatternsT &&value)
ListLogPatternsResult & WithResourceGroupName(ResourceGroupNameT &&value)
ListLogPatternsResult & AddLogPatterns(LogPatternsT &&value)
void SetResourceGroupName(ResourceGroupNameT &&value)
AWS_APPLICATIONINSIGHTS_API ListLogPatternsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
ListLogPatternsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetAccountId() const
ListLogPatternsResult & WithAccountId(AccountIdT &&value)
AWS_APPLICATIONINSIGHTS_API ListLogPatternsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
void SetLogPatterns(LogPatternsT &&value)
const Aws::String & GetResourceGroupName() const
void SetAccountId(AccountIdT &&value)
ListLogPatternsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPLICATIONINSIGHTS_API ListLogPatternsResult()=default
const Aws::Vector< LogPattern > & GetLogPatterns() 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