7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/Problem.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ApplicationInsights {
36 template <
typename ProblemListT = Aws::Vector<Problem>>
38 m_problemListHasBeenSet =
true;
39 m_problemList = std::forward<ProblemListT>(value);
41 template <
typename ProblemListT = Aws::Vector<Problem>>
46 template <
typename ProblemListT = Problem>
48 m_problemListHasBeenSet =
true;
49 m_problemList.emplace_back(std::forward<ProblemListT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
77 template <
typename ResourceGroupNameT = Aws::String>
79 m_resourceGroupNameHasBeenSet =
true;
80 m_resourceGroupName = std::forward<ResourceGroupNameT>(value);
82 template <
typename ResourceGroupNameT = Aws::String>
94 template <
typename AccountIdT = Aws::String>
96 m_accountIdHasBeenSet =
true;
97 m_accountId = std::forward<AccountIdT>(value);
99 template <
typename AccountIdT = Aws::String>
109 template <
typename RequestIdT = Aws::String>
111 m_requestIdHasBeenSet =
true;
112 m_requestId = std::forward<RequestIdT>(value);
114 template <
typename RequestIdT = Aws::String>
130 bool m_problemListHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
132 bool m_resourceGroupNameHasBeenSet =
false;
133 bool m_accountIdHasBeenSet =
false;
134 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONINSIGHTS_API ListProblemsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAccountId() const
ListProblemsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetProblemList(ProblemListT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Problem > & GetProblemList() const
ListProblemsResult & WithProblemList(ProblemListT &&value)
ListProblemsResult & WithResourceGroupName(ResourceGroupNameT &&value)
AWS_APPLICATIONINSIGHTS_API ListProblemsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetResourceGroupName(ResourceGroupNameT &&value)
const Aws::String & GetResourceGroupName() const
ListProblemsResult & WithAccountId(AccountIdT &&value)
ListProblemsResult & WithNextToken(NextTokenT &&value)
AWS_APPLICATIONINSIGHTS_API ListProblemsResult()=default
ListProblemsResult & AddProblemList(ProblemListT &&value)
void SetAccountId(AccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue