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
115 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_CODEGURUPROFILER_API GetRecommendationsResult()
GetRecommendationsResult & WithProfilingGroupName(const Aws::String &value)
void SetProfileStartTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetProfileEndTime() const
const Aws::String & GetProfilingGroupName() const
GetRecommendationsResult & WithProfileEndTime(Aws::Utils::DateTime &&value)
const Aws::Vector< Anomaly > & GetAnomalies() const
GetRecommendationsResult & WithProfileStartTime(const Aws::Utils::DateTime &value)
void SetRequestId(const Aws::String &value)
GetRecommendationsResult & WithProfilingGroupName(const char *value)
GetRecommendationsResult & WithRecommendations(const Aws::Vector< Recommendation > &value)
GetRecommendationsResult & WithProfileEndTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetProfileStartTime() const
GetRecommendationsResult & WithProfilingGroupName(Aws::String &&value)
AWS_CODEGURUPROFILER_API GetRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetAnomalies(const Aws::Vector< Anomaly > &value)
GetRecommendationsResult & WithRequestId(Aws::String &&value)
void SetProfileEndTime(Aws::Utils::DateTime &&value)
GetRecommendationsResult & AddRecommendations(const Recommendation &value)
void SetProfilingGroupName(const char *value)
void SetRecommendations(const Aws::Vector< Recommendation > &value)
GetRecommendationsResult & WithProfileStartTime(Aws::Utils::DateTime &&value)
void SetProfileEndTime(const Aws::Utils::DateTime &value)
void SetProfileStartTime(Aws::Utils::DateTime &&value)
void SetRecommendations(Aws::Vector< Recommendation > &&value)
GetRecommendationsResult & AddAnomalies(Anomaly &&value)
void SetProfilingGroupName(const Aws::String &value)
GetRecommendationsResult & AddRecommendations(Recommendation &&value)
GetRecommendationsResult & WithAnomalies(const Aws::Vector< Anomaly > &value)
AWS_CODEGURUPROFILER_API GetRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAnomalies(Aws::Vector< Anomaly > &&value)
void SetProfilingGroupName(Aws::String &&value)
GetRecommendationsResult & AddAnomalies(const Anomaly &value)
GetRecommendationsResult & WithRequestId(const Aws::String &value)
GetRecommendationsResult & WithRecommendations(Aws::Vector< Recommendation > &&value)
const Aws::Vector< Recommendation > & GetRecommendations() const
GetRecommendationsResult & WithAnomalies(Aws::Vector< Anomaly > &&value)
void SetRequestId(Aws::String &&value)
void SetRequestId(const char *value)
GetRecommendationsResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue