7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
11#include <aws/discovery/model/AgentInfo.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ApplicationDiscoveryService {
42 template <
typename AgentsInfoT = Aws::Vector<AgentInfo>>
44 m_agentsInfoHasBeenSet =
true;
45 m_agentsInfo = std::forward<AgentsInfoT>(value);
47 template <
typename AgentsInfoT = Aws::Vector<AgentInfo>>
52 template <
typename AgentsInfoT = AgentInfo>
54 m_agentsInfoHasBeenSet =
true;
55 m_agentsInfo.emplace_back(std::forward<AgentsInfoT>(value));
69 template <
typename NextTokenT = Aws::String>
71 m_nextTokenHasBeenSet =
true;
72 m_nextToken = std::forward<NextTokenT>(value);
74 template <
typename NextTokenT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
104 bool m_agentsInfoHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONDISCOVERYSERVICE_API DescribeAgentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAgentsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< AgentInfo > & GetAgentsInfo() const
AWS_APPLICATIONDISCOVERYSERVICE_API DescribeAgentsResult()=default
void SetRequestId(RequestIdT &&value)
void SetAgentsInfo(AgentsInfoT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API DescribeAgentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAgentsResult & WithAgentsInfo(AgentsInfoT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
DescribeAgentsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeAgentsResult & AddAgentsInfo(AgentsInfoT &&value)
void SetNextToken(NextTokenT &&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