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
65 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
76 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_APPLICATIONDISCOVERYSERVICE_API DescribeAgentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(const char *value)
void SetAgentsInfo(Aws::Vector< AgentInfo > &&value)
void SetAgentsInfo(const Aws::Vector< AgentInfo > &value)
const Aws::Vector< AgentInfo > & GetAgentsInfo() const
DescribeAgentsResult & AddAgentsInfo(AgentInfo &&value)
void SetRequestId(const char *value)
DescribeAgentsResult & WithNextToken(Aws::String &&value)
DescribeAgentsResult & WithNextToken(const Aws::String &value)
DescribeAgentsResult & WithRequestId(const Aws::String &value)
AWS_APPLICATIONDISCOVERYSERVICE_API DescribeAgentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAgentsResult & WithNextToken(const char *value)
DescribeAgentsResult & WithRequestId(Aws::String &&value)
DescribeAgentsResult & WithRequestId(const char *value)
DescribeAgentsResult & WithAgentsInfo(Aws::Vector< AgentInfo > &&value)
DescribeAgentsResult & WithAgentsInfo(const Aws::Vector< AgentInfo > &value)
void SetRequestId(Aws::String &&value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
AWS_APPLICATIONDISCOVERYSERVICE_API DescribeAgentsResult()
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
void SetNextToken(Aws::String &&value)
DescribeAgentsResult & AddAgentsInfo(const AgentInfo &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