7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ProductIdT = Aws::String>
47 void SetProductId(ProductIdT&& value) { m_productIdHasBeenSet =
true; m_productId = std::forward<ProductIdT>(value); }
48 template<
typename ProductIdT = Aws::String>
58 template<
typename FamilyT = Aws::String>
59 void SetFamily(FamilyT&& value) { m_familyHasBeenSet =
true; m_family = std::forward<FamilyT>(value); }
60 template<
typename FamilyT = Aws::String>
70 template<
typename VendorT = Aws::String>
71 void SetVendor(VendorT&& value) { m_vendorHasBeenSet =
true; m_vendor = std::forward<VendorT>(value); }
72 template<
typename VendorT = Aws::String>
80 inline int GetPort()
const {
return m_port; }
82 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
88 bool m_productIdHasBeenSet =
false;
91 bool m_familyHasBeenSet =
false;
94 bool m_vendorHasBeenSet =
false;
97 bool m_portHasBeenSet =
false;
MeteredProductSummary & WithPort(int value)
bool FamilyHasBeenSet() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProductId(ProductIdT &&value)
bool PortHasBeenSet() const
void SetVendor(VendorT &&value)
bool ProductIdHasBeenSet() const
AWS_DEADLINE_API MeteredProductSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API MeteredProductSummary(Aws::Utils::Json::JsonView jsonValue)
MeteredProductSummary & WithVendor(VendorT &&value)
MeteredProductSummary & WithProductId(ProductIdT &&value)
void SetFamily(FamilyT &&value)
bool VendorHasBeenSet() const
const Aws::String & GetVendor() const
const Aws::String & GetProductId() const
MeteredProductSummary & WithFamily(FamilyT &&value)
AWS_DEADLINE_API MeteredProductSummary()=default
const Aws::String & GetFamily() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue