AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
MarketplaceInformation.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace EKS
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_EKS_API MarketplaceInformation() = default;
39
40
42
45 inline const Aws::String& GetProductId() const { return m_productId; }
46 inline bool ProductIdHasBeenSet() const { return m_productIdHasBeenSet; }
47 template<typename ProductIdT = Aws::String>
48 void SetProductId(ProductIdT&& value) { m_productIdHasBeenSet = true; m_productId = std::forward<ProductIdT>(value); }
49 template<typename ProductIdT = Aws::String>
50 MarketplaceInformation& WithProductId(ProductIdT&& value) { SetProductId(std::forward<ProductIdT>(value)); return *this;}
52
54
57 inline const Aws::String& GetProductUrl() const { return m_productUrl; }
58 inline bool ProductUrlHasBeenSet() const { return m_productUrlHasBeenSet; }
59 template<typename ProductUrlT = Aws::String>
60 void SetProductUrl(ProductUrlT&& value) { m_productUrlHasBeenSet = true; m_productUrl = std::forward<ProductUrlT>(value); }
61 template<typename ProductUrlT = Aws::String>
62 MarketplaceInformation& WithProductUrl(ProductUrlT&& value) { SetProductUrl(std::forward<ProductUrlT>(value)); return *this;}
64 private:
65
66 Aws::String m_productId;
67 bool m_productIdHasBeenSet = false;
68
69 Aws::String m_productUrl;
70 bool m_productUrlHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace EKS
75} // namespace Aws
AWS_EKS_API MarketplaceInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API MarketplaceInformation(Aws::Utils::Json::JsonView jsonValue)
MarketplaceInformation & WithProductUrl(ProductUrlT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
MarketplaceInformation & WithProductId(ProductIdT &&value)
AWS_EKS_API MarketplaceInformation()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue