7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/ApplicationComponent.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ApplicationInsights {
37 template <
typename ApplicationComponentListT = Aws::Vector<ApplicationComponent>>
39 m_applicationComponentListHasBeenSet =
true;
40 m_applicationComponentList = std::forward<ApplicationComponentListT>(value);
42 template <
typename ApplicationComponentListT = Aws::Vector<ApplicationComponent>>
47 template <
typename ApplicationComponentListT = ApplicationComponent>
49 m_applicationComponentListHasBeenSet =
true;
50 m_applicationComponentList.emplace_back(std::forward<ApplicationComponentListT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_applicationComponentListHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::Vector< ApplicationComponent > & GetApplicationComponentList() const
const Aws::String & GetNextToken() const
ListComponentsResult & AddApplicationComponentList(ApplicationComponentListT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_APPLICATIONINSIGHTS_API ListComponentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListComponentsResult & WithApplicationComponentList(ApplicationComponentListT &&value)
ListComponentsResult & WithNextToken(NextTokenT &&value)
AWS_APPLICATIONINSIGHTS_API ListComponentsResult()=default
ListComponentsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_APPLICATIONINSIGHTS_API ListComponentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetApplicationComponentList(ApplicationComponentListT &&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