7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
12#include <aws/route53-recovery-readiness/model/Recommendation.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace Route53RecoveryReadiness {
41 template <
typename LastAuditTimestampT = Aws::Utils::DateTime>
43 m_lastAuditTimestampHasBeenSet =
true;
44 m_lastAuditTimestamp = std::forward<LastAuditTimestampT>(value);
46 template <
typename LastAuditTimestampT = Aws::Utils::DateTime>
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
75 template <
typename RecommendationsT = Aws::Vector<Recommendation>>
77 m_recommendationsHasBeenSet =
true;
78 m_recommendations = std::forward<RecommendationsT>(value);
80 template <
typename RecommendationsT = Aws::Vector<Recommendation>>
85 template <
typename RecommendationsT = Recommendation>
87 m_recommendationsHasBeenSet =
true;
88 m_recommendations.emplace_back(std::forward<RecommendationsT>(value));
96 template <
typename RequestIdT = Aws::String>
98 m_requestIdHasBeenSet =
true;
99 m_requestId = std::forward<RequestIdT>(value);
101 template <
typename RequestIdT = Aws::String>
118 bool m_lastAuditTimestampHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
120 bool m_recommendationsHasBeenSet =
false;
121 bool m_requestIdHasBeenSet =
false;
AWS_ROUTE53RECOVERYREADINESS_API GetArchitectureRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetArchitectureRecommendationsResult & WithLastAuditTimestamp(LastAuditTimestampT &&value)
const Aws::String & GetRequestId() const
void SetRecommendations(RecommendationsT &&value)
const Aws::Vector< Recommendation > & GetRecommendations() const
GetArchitectureRecommendationsResult & WithNextToken(NextTokenT &&value)
AWS_ROUTE53RECOVERYREADINESS_API GetArchitectureRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ROUTE53RECOVERYREADINESS_API GetArchitectureRecommendationsResult()=default
void SetRequestId(RequestIdT &&value)
GetArchitectureRecommendationsResult & WithRecommendations(RecommendationsT &&value)
GetArchitectureRecommendationsResult & WithRequestId(RequestIdT &&value)
GetArchitectureRecommendationsResult & AddRecommendations(RecommendationsT &&value)
void SetLastAuditTimestamp(LastAuditTimestampT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetLastAuditTimestamp() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue