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/devops-agent/DevOpsAgent_EXPORTS.h>
11#include <aws/devops-agent/model/UsageMetric.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace DevOpsAgent {
37 template <
typename MonthlyAccountInvestigationHoursT = UsageMetric>
39 m_monthlyAccountInvestigationHoursHasBeenSet =
true;
40 m_monthlyAccountInvestigationHours = std::forward<MonthlyAccountInvestigationHoursT>(value);
42 template <
typename MonthlyAccountInvestigationHoursT = UsageMetric>
54 template <
typename MonthlyAccountEvaluationHoursT = UsageMetric>
56 m_monthlyAccountEvaluationHoursHasBeenSet =
true;
57 m_monthlyAccountEvaluationHours = std::forward<MonthlyAccountEvaluationHoursT>(value);
59 template <
typename MonthlyAccountEvaluationHoursT = UsageMetric>
71 template <
typename MonthlyAccountSystemLearningHoursT = UsageMetric>
73 m_monthlyAccountSystemLearningHoursHasBeenSet =
true;
74 m_monthlyAccountSystemLearningHours = std::forward<MonthlyAccountSystemLearningHoursT>(value);
76 template <
typename MonthlyAccountSystemLearningHoursT = UsageMetric>
88 template <
typename MonthlyAccountOnDemandHoursT = UsageMetric>
90 m_monthlyAccountOnDemandHoursHasBeenSet =
true;
91 m_monthlyAccountOnDemandHours = std::forward<MonthlyAccountOnDemandHoursT>(value);
93 template <
typename MonthlyAccountOnDemandHoursT = UsageMetric>
105 template <
typename UsagePeriodStartTimeT = Aws::Utils::DateTime>
107 m_usagePeriodStartTimeHasBeenSet =
true;
108 m_usagePeriodStartTime = std::forward<UsagePeriodStartTimeT>(value);
110 template <
typename UsagePeriodStartTimeT = Aws::Utils::DateTime>
122 template <
typename UsagePeriodEndTimeT = Aws::Utils::DateTime>
124 m_usagePeriodEndTimeHasBeenSet =
true;
125 m_usagePeriodEndTime = std::forward<UsagePeriodEndTimeT>(value);
127 template <
typename UsagePeriodEndTimeT = Aws::Utils::DateTime>
137 template <
typename RequestIdT = Aws::String>
139 m_requestIdHasBeenSet =
true;
140 m_requestId = std::forward<RequestIdT>(value);
142 template <
typename RequestIdT = Aws::String>
165 bool m_monthlyAccountInvestigationHoursHasBeenSet =
false;
166 bool m_monthlyAccountEvaluationHoursHasBeenSet =
false;
167 bool m_monthlyAccountSystemLearningHoursHasBeenSet =
false;
168 bool m_monthlyAccountOnDemandHoursHasBeenSet =
false;
169 bool m_usagePeriodStartTimeHasBeenSet =
false;
170 bool m_usagePeriodEndTimeHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
const UsageMetric & GetMonthlyAccountSystemLearningHours() const
void SetUsagePeriodEndTime(UsagePeriodEndTimeT &&value)
const UsageMetric & GetMonthlyAccountInvestigationHours() const
const Aws::Utils::DateTime & GetUsagePeriodEndTime() const
const Aws::String & GetRequestId() const
void SetMonthlyAccountOnDemandHours(MonthlyAccountOnDemandHoursT &&value)
AWS_DEVOPSAGENT_API GetAccountUsageResult()=default
void SetMonthlyAccountEvaluationHours(MonthlyAccountEvaluationHoursT &&value)
const Aws::Utils::DateTime & GetUsagePeriodStartTime() const
void SetMonthlyAccountInvestigationHours(MonthlyAccountInvestigationHoursT &&value)
void SetUsagePeriodStartTime(UsagePeriodStartTimeT &&value)
const UsageMetric & GetMonthlyAccountEvaluationHours() const
GetAccountUsageResult & WithMonthlyAccountOnDemandHours(MonthlyAccountOnDemandHoursT &&value)
AWS_DEVOPSAGENT_API GetAccountUsageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAccountUsageResult & WithMonthlyAccountSystemLearningHours(MonthlyAccountSystemLearningHoursT &&value)
AWS_DEVOPSAGENT_API GetAccountUsageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAccountUsageResult & WithMonthlyAccountEvaluationHours(MonthlyAccountEvaluationHoursT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetAccountUsageResult & WithRequestId(RequestIdT &&value)
void SetMonthlyAccountSystemLearningHours(MonthlyAccountSystemLearningHoursT &&value)
GetAccountUsageResult & WithUsagePeriodEndTime(UsagePeriodEndTimeT &&value)
void SetRequestId(RequestIdT &&value)
GetAccountUsageResult & WithUsagePeriodStartTime(UsagePeriodStartTimeT &&value)
const UsageMetric & GetMonthlyAccountOnDemandHours() const
GetAccountUsageResult & WithMonthlyAccountInvestigationHours(MonthlyAccountInvestigationHoursT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue