7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
10#include <aws/discovery/model/AgentInfo.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ApplicationDiscoveryService {
41 template <
typename AgentsInfoT = Aws::Vector<AgentInfo>>
43 m_agentsInfoHasBeenSet =
true;
44 m_agentsInfo = std::forward<AgentsInfoT>(value);
46 template <
typename AgentsInfoT = Aws::Vector<AgentInfo>>
51 template <
typename AgentsInfoT = AgentInfo>
53 m_agentsInfoHasBeenSet =
true;
54 m_agentsInfo.emplace_back(std::forward<AgentsInfoT>(value));
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
100 bool m_agentsInfoHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 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)
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