7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.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/model/Recommendation.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace Route53RecoveryReadiness
44 template<
typename LastAuditTimestampT = Aws::Utils::DateTime>
45 void SetLastAuditTimestamp(LastAuditTimestampT&& value) { m_lastAuditTimestampHasBeenSet =
true; m_lastAuditTimestamp = std::forward<LastAuditTimestampT>(value); }
46 template<
typename LastAuditTimestampT = Aws::Utils::DateTime>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
66 template<
typename RecommendationsT = Aws::Vector<Recommendation>>
67 void SetRecommendations(RecommendationsT&& value) { m_recommendationsHasBeenSet =
true; m_recommendations = std::forward<RecommendationsT>(value); }
68 template<
typename RecommendationsT = Aws::Vector<Recommendation>>
70 template<
typename RecommendationsT = Recommendation>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_lastAuditTimestampHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_recommendationsHasBeenSet =
false;
94 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_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