7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/codeguruprofiler/model/Anomaly.h>
12#include <aws/codeguruprofiler/model/Recommendation.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace CodeGuruProfiler
50 template<
typename AnomaliesT = Aws::Vector<Anomaly>>
51 void SetAnomalies(AnomaliesT&& value) { m_anomaliesHasBeenSet =
true; m_anomalies = std::forward<AnomaliesT>(value); }
52 template<
typename AnomaliesT = Aws::Vector<Anomaly>>
54 template<
typename AnomaliesT = Anomaly>
65 template<
typename ProfileEndTimeT = Aws::Utils::DateTime>
66 void SetProfileEndTime(ProfileEndTimeT&& value) { m_profileEndTimeHasBeenSet =
true; m_profileEndTime = std::forward<ProfileEndTimeT>(value); }
67 template<
typename ProfileEndTimeT = Aws::Utils::DateTime>
78 template<
typename ProfileStartTimeT = Aws::Utils::DateTime>
79 void SetProfileStartTime(ProfileStartTimeT&& value) { m_profileStartTimeHasBeenSet =
true; m_profileStartTime = std::forward<ProfileStartTimeT>(value); }
80 template<
typename ProfileStartTimeT = Aws::Utils::DateTime>
89 template<
typename ProfilingGroupNameT = Aws::String>
90 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
91 template<
typename ProfilingGroupNameT = Aws::String>
100 template<
typename RecommendationsT = Aws::Vector<Recommendation>>
101 void SetRecommendations(RecommendationsT&& value) { m_recommendationsHasBeenSet =
true; m_recommendations = std::forward<RecommendationsT>(value); }
102 template<
typename RecommendationsT = Aws::Vector<Recommendation>>
104 template<
typename RecommendationsT = Recommendation>
111 template<
typename RequestIdT = Aws::String>
112 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
113 template<
typename RequestIdT = Aws::String>
119 bool m_anomaliesHasBeenSet =
false;
122 bool m_profileEndTimeHasBeenSet =
false;
125 bool m_profileStartTimeHasBeenSet =
false;
128 bool m_profilingGroupNameHasBeenSet =
false;
131 bool m_recommendationsHasBeenSet =
false;
134 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