7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/migrationhubstrategy/model/AnalyzableServerSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace MigrationHubStrategyRecommendations
49 template<
typename AnalyzableServersT = Aws::Vector<AnalyzableServerSummary>>
50 void SetAnalyzableServers(AnalyzableServersT&& value) { m_analyzableServersHasBeenSet =
true; m_analyzableServers = std::forward<AnalyzableServersT>(value); }
51 template<
typename AnalyzableServersT = Aws::Vector<AnalyzableServerSummary>>
53 template<
typename AnalyzableServersT = AnalyzableServerSummary>
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_analyzableServersHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::Vector< AnalyzableServerSummary > & GetAnalyzableServers() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API ListAnalyzableServersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListAnalyzableServersResult & WithAnalyzableServers(AnalyzableServersT &&value)
const Aws::String & GetNextToken() const
void SetAnalyzableServers(AnalyzableServersT &&value)
ListAnalyzableServersResult & AddAnalyzableServers(AnalyzableServersT &&value)
ListAnalyzableServersResult & WithNextToken(NextTokenT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API ListAnalyzableServersResult()=default
void SetRequestId(RequestIdT &&value)
ListAnalyzableServersResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API ListAnalyzableServersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue