7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/model/Anomaly.h>
9#include <aws/codeguruprofiler/model/Recommendation.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace CodeGuruProfiler {
44 template <
typename AnomaliesT = Aws::Vector<Anomaly>>
46 m_anomaliesHasBeenSet =
true;
47 m_anomalies = std::forward<AnomaliesT>(value);
49 template <
typename AnomaliesT = Aws::Vector<Anomaly>>
54 template <
typename AnomaliesT = Anomaly>
56 m_anomaliesHasBeenSet =
true;
57 m_anomalies.emplace_back(std::forward<AnomaliesT>(value));
69 template <
typename ProfileEndTimeT = Aws::Utils::DateTime>
71 m_profileEndTimeHasBeenSet =
true;
72 m_profileEndTime = std::forward<ProfileEndTimeT>(value);
74 template <
typename ProfileEndTimeT = Aws::Utils::DateTime>
88 template <
typename ProfileStartTimeT = Aws::Utils::DateTime>
90 m_profileStartTimeHasBeenSet =
true;
91 m_profileStartTime = std::forward<ProfileStartTimeT>(value);
93 template <
typename ProfileStartTimeT = Aws::Utils::DateTime>
105 template <
typename ProfilingGroupNameT = Aws::String>
107 m_profilingGroupNameHasBeenSet =
true;
108 m_profilingGroupName = std::forward<ProfilingGroupNameT>(value);
110 template <
typename ProfilingGroupNameT = Aws::String>
122 template <
typename RecommendationsT = Aws::Vector<Recommendation>>
124 m_recommendationsHasBeenSet =
true;
125 m_recommendations = std::forward<RecommendationsT>(value);
127 template <
typename RecommendationsT = Aws::Vector<Recommendation>>
132 template <
typename RecommendationsT = Recommendation>
134 m_recommendationsHasBeenSet =
true;
135 m_recommendations.emplace_back(std::forward<RecommendationsT>(value));
143 template <
typename RequestIdT = Aws::String>
145 m_requestIdHasBeenSet =
true;
146 m_requestId = std::forward<RequestIdT>(value);
148 template <
typename RequestIdT = Aws::String>
166 bool m_anomaliesHasBeenSet =
false;
167 bool m_profileEndTimeHasBeenSet =
false;
168 bool m_profileStartTimeHasBeenSet =
false;
169 bool m_profilingGroupNameHasBeenSet =
false;
170 bool m_recommendationsHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetProfileEndTime() const
const Aws::String & GetProfilingGroupName() const
const Aws::Vector< Anomaly > & GetAnomalies() const
void SetProfileEndTime(ProfileEndTimeT &&value)
GetRecommendationsResult & WithProfileEndTime(ProfileEndTimeT &&value)
void SetProfileStartTime(ProfileStartTimeT &&value)
const Aws::Utils::DateTime & GetProfileStartTime() const
AWS_CODEGURUPROFILER_API GetRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetRecommendationsResult & WithProfilingGroupName(ProfilingGroupNameT &&value)
void SetAnomalies(AnomaliesT &&value)
void SetRecommendations(RecommendationsT &&value)
GetRecommendationsResult & WithProfileStartTime(ProfileStartTimeT &&value)
void SetProfilingGroupName(ProfilingGroupNameT &&value)
AWS_CODEGURUPROFILER_API GetRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetRecommendationsResult & AddAnomalies(AnomaliesT &&value)
const Aws::Vector< Recommendation > & GetRecommendations() const
GetRecommendationsResult & WithRecommendations(RecommendationsT &&value)
GetRecommendationsResult & WithRequestId(RequestIdT &&value)
GetRecommendationsResult & WithAnomalies(AnomaliesT &&value)
GetRecommendationsResult & AddRecommendations(RecommendationsT &&value)
AWS_CODEGURUPROFILER_API GetRecommendationsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue