7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/application-insights/model/ApplicationComponent.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ApplicationInsights
42 template<
typename ApplicationComponentListT = Aws::Vector<ApplicationComponent>>
43 void SetApplicationComponentList(ApplicationComponentListT&& value) { m_applicationComponentListHasBeenSet =
true; m_applicationComponentList = std::forward<ApplicationComponentListT>(value); }
44 template<
typename ApplicationComponentListT = Aws::Vector<ApplicationComponent>>
46 template<
typename ApplicationComponentListT = ApplicationComponent>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_applicationComponentListHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 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_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