Home
last modified time | relevance | path

Searched refs:m_upfrontPrice (Results 1 – 6 of 6) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DHostOffering.h255 inline const Aws::String& GetUpfrontPrice() const{ return m_upfrontPrice; } in GetUpfrontPrice()
267 …UpfrontPrice(const Aws::String& value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice = value; } in SetUpfrontPrice()
273 …UpfrontPrice(Aws::String&& value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice = std::move(va… in SetUpfrontPrice()
279 …etUpfrontPrice(const char* value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice.assign(value);… in SetUpfrontPrice()
319 Aws::String m_upfrontPrice; variable
H A DPurchase.h320 inline const Aws::String& GetUpfrontPrice() const{ return m_upfrontPrice; } in GetUpfrontPrice()
330 …UpfrontPrice(const Aws::String& value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice = value; } in SetUpfrontPrice()
335 …UpfrontPrice(Aws::String&& value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice = std::move(va… in SetUpfrontPrice()
340 …etUpfrontPrice(const char* value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice.assign(value);… in SetUpfrontPrice()
380 Aws::String m_upfrontPrice; variable
H A DHostReservation.h499 inline const Aws::String& GetUpfrontPrice() const{ return m_upfrontPrice; } in GetUpfrontPrice()
509 …UpfrontPrice(const Aws::String& value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice = value; } in SetUpfrontPrice()
514 …UpfrontPrice(Aws::String&& value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice = std::move(va… in SetUpfrontPrice()
519 …etUpfrontPrice(const char* value) { m_upfrontPriceHasBeenSet = true; m_upfrontPrice.assign(value);… in SetUpfrontPrice()
615 Aws::String m_upfrontPrice; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DHostOffering.cpp97 m_upfrontPrice = Aws::Utils::Xml::DecodeEscapedXmlText(upfrontPriceNode.GetText()); in operator =()
139 …index << locationValue << ".UpfrontPrice=" << StringUtils::URLEncode(m_upfrontPrice.c_str()) << "&… in OutputToStream()
172 … oStream << location << ".UpfrontPrice=" << StringUtils::URLEncode(m_upfrontPrice.c_str()) << "&"; in OutputToStream()
H A DPurchase.cpp111 m_upfrontPrice = Aws::Utils::Xml::DecodeEscapedXmlText(upfrontPriceNode.GetText()); in operator =()
162 …index << locationValue << ".UpfrontPrice=" << StringUtils::URLEncode(m_upfrontPrice.c_str()) << "&… in OutputToStream()
203 … oStream << location << ".UpfrontPrice=" << StringUtils::URLEncode(m_upfrontPrice.c_str()) << "&"; in OutputToStream()
H A DHostReservation.cpp157 m_upfrontPrice = Aws::Utils::Xml::DecodeEscapedXmlText(upfrontPriceNode.GetText()); in operator =()
245 …index << locationValue << ".UpfrontPrice=" << StringUtils::URLEncode(m_upfrontPrice.c_str()) << "&… in OutputToStream()
317 … oStream << location << ".UpfrontPrice=" << StringUtils::URLEncode(m_upfrontPrice.c_str()) << "&"; in OutputToStream()