7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/discovery/model/AgentInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ApplicationDiscoveryService
46 template<
typename AgentsInfoT = Aws::Vector<AgentInfo>>
47 void SetAgentsInfo(AgentsInfoT&& value) { m_agentsInfoHasBeenSet =
true; m_agentsInfo = std::forward<AgentsInfoT>(value); }
48 template<
typename AgentsInfoT = Aws::Vector<AgentInfo>>
50 template<
typename AgentsInfoT = AgentInfo>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_agentsInfoHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 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