Home
last modified time | relevance | path

Searched refs:m_estimatedBreakEvenInMonths (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ce/source/model/
H A DReservationPurchaseRecommendationDetail.cpp149 m_estimatedBreakEvenInMonths = jsonValue.GetString("EstimatedBreakEvenInMonths"); in operator =()
278 payload.WithString("EstimatedBreakEvenInMonths", m_estimatedBreakEvenInMonths); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ce/include/aws/ce/model/
H A DReservationPurchaseRecommendationDetail.h613 …ne const Aws::String& GetEstimatedBreakEvenInMonths() const{ return m_estimatedBreakEvenInMonths; } in GetEstimatedBreakEvenInMonths()
625 …ring& value) { m_estimatedBreakEvenInMonthsHasBeenSet = true; m_estimatedBreakEvenInMonths = value… in SetEstimatedBreakEvenInMonths()
631 …ing&& value) { m_estimatedBreakEvenInMonthsHasBeenSet = true; m_estimatedBreakEvenInMonths = std::… in SetEstimatedBreakEvenInMonths()
637 …char* value) { m_estimatedBreakEvenInMonthsHasBeenSet = true; m_estimatedBreakEvenInMonths.assign(… in SetEstimatedBreakEvenInMonths()
1019 Aws::String m_estimatedBreakEvenInMonths; variable