AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeProvisioningParametersRequest.h
1
6#pragma once
7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/servicecatalog/ServiceCatalogRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace ServiceCatalog
15{
16namespace Model
17{
18
22 {
23 public:
24 AWS_SERVICECATALOG_API DescribeProvisioningParametersRequest();
25
26 // Service request name is the Operation name which will send this request out,
27 // each operation should has unique request name, so that we can get operation's name from this request.
28 // Note: this is not true for response, multiple operations may have the same response name,
29 // so we can not get operation's name from response.
30 inline virtual const char* GetServiceRequestName() const override { return "DescribeProvisioningParameters"; }
31
32 AWS_SERVICECATALOG_API Aws::String SerializePayload() const override;
33
34 AWS_SERVICECATALOG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
35
36
38
42 inline const Aws::String& GetAcceptLanguage() const{ return m_acceptLanguage; }
43 inline bool AcceptLanguageHasBeenSet() const { return m_acceptLanguageHasBeenSet; }
44 inline void SetAcceptLanguage(const Aws::String& value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage = value; }
45 inline void SetAcceptLanguage(Aws::String&& value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage = std::move(value); }
46 inline void SetAcceptLanguage(const char* value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage.assign(value); }
49 inline DescribeProvisioningParametersRequest& WithAcceptLanguage(const char* value) { SetAcceptLanguage(value); return *this;}
51
53
57 inline const Aws::String& GetProductId() const{ return m_productId; }
58 inline bool ProductIdHasBeenSet() const { return m_productIdHasBeenSet; }
59 inline void SetProductId(const Aws::String& value) { m_productIdHasBeenSet = true; m_productId = value; }
60 inline void SetProductId(Aws::String&& value) { m_productIdHasBeenSet = true; m_productId = std::move(value); }
61 inline void SetProductId(const char* value) { m_productIdHasBeenSet = true; m_productId.assign(value); }
62 inline DescribeProvisioningParametersRequest& WithProductId(const Aws::String& value) { SetProductId(value); return *this;}
63 inline DescribeProvisioningParametersRequest& WithProductId(Aws::String&& value) { SetProductId(std::move(value)); return *this;}
64 inline DescribeProvisioningParametersRequest& WithProductId(const char* value) { SetProductId(value); return *this;}
66
68
71 inline const Aws::String& GetProductName() const{ return m_productName; }
72 inline bool ProductNameHasBeenSet() const { return m_productNameHasBeenSet; }
73 inline void SetProductName(const Aws::String& value) { m_productNameHasBeenSet = true; m_productName = value; }
74 inline void SetProductName(Aws::String&& value) { m_productNameHasBeenSet = true; m_productName = std::move(value); }
75 inline void SetProductName(const char* value) { m_productNameHasBeenSet = true; m_productName.assign(value); }
77 inline DescribeProvisioningParametersRequest& WithProductName(Aws::String&& value) { SetProductName(std::move(value)); return *this;}
78 inline DescribeProvisioningParametersRequest& WithProductName(const char* value) { SetProductName(value); return *this;}
80
82
86 inline const Aws::String& GetProvisioningArtifactId() const{ return m_provisioningArtifactId; }
87 inline bool ProvisioningArtifactIdHasBeenSet() const { return m_provisioningArtifactIdHasBeenSet; }
88 inline void SetProvisioningArtifactId(const Aws::String& value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId = value; }
89 inline void SetProvisioningArtifactId(Aws::String&& value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId = std::move(value); }
90 inline void SetProvisioningArtifactId(const char* value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId.assign(value); }
95
97
101 inline const Aws::String& GetProvisioningArtifactName() const{ return m_provisioningArtifactName; }
102 inline bool ProvisioningArtifactNameHasBeenSet() const { return m_provisioningArtifactNameHasBeenSet; }
103 inline void SetProvisioningArtifactName(const Aws::String& value) { m_provisioningArtifactNameHasBeenSet = true; m_provisioningArtifactName = value; }
104 inline void SetProvisioningArtifactName(Aws::String&& value) { m_provisioningArtifactNameHasBeenSet = true; m_provisioningArtifactName = std::move(value); }
105 inline void SetProvisioningArtifactName(const char* value) { m_provisioningArtifactNameHasBeenSet = true; m_provisioningArtifactName.assign(value); }
110
112
118 inline const Aws::String& GetPathId() const{ return m_pathId; }
119 inline bool PathIdHasBeenSet() const { return m_pathIdHasBeenSet; }
120 inline void SetPathId(const Aws::String& value) { m_pathIdHasBeenSet = true; m_pathId = value; }
121 inline void SetPathId(Aws::String&& value) { m_pathIdHasBeenSet = true; m_pathId = std::move(value); }
122 inline void SetPathId(const char* value) { m_pathIdHasBeenSet = true; m_pathId.assign(value); }
123 inline DescribeProvisioningParametersRequest& WithPathId(const Aws::String& value) { SetPathId(value); return *this;}
124 inline DescribeProvisioningParametersRequest& WithPathId(Aws::String&& value) { SetPathId(std::move(value)); return *this;}
125 inline DescribeProvisioningParametersRequest& WithPathId(const char* value) { SetPathId(value); return *this;}
127
129
132 inline const Aws::String& GetPathName() const{ return m_pathName; }
133 inline bool PathNameHasBeenSet() const { return m_pathNameHasBeenSet; }
134 inline void SetPathName(const Aws::String& value) { m_pathNameHasBeenSet = true; m_pathName = value; }
135 inline void SetPathName(Aws::String&& value) { m_pathNameHasBeenSet = true; m_pathName = std::move(value); }
136 inline void SetPathName(const char* value) { m_pathNameHasBeenSet = true; m_pathName.assign(value); }
137 inline DescribeProvisioningParametersRequest& WithPathName(const Aws::String& value) { SetPathName(value); return *this;}
138 inline DescribeProvisioningParametersRequest& WithPathName(Aws::String&& value) { SetPathName(std::move(value)); return *this;}
139 inline DescribeProvisioningParametersRequest& WithPathName(const char* value) { SetPathName(value); return *this;}
141 private:
142
143 Aws::String m_acceptLanguage;
144 bool m_acceptLanguageHasBeenSet = false;
145
146 Aws::String m_productId;
147 bool m_productIdHasBeenSet = false;
148
149 Aws::String m_productName;
150 bool m_productNameHasBeenSet = false;
151
152 Aws::String m_provisioningArtifactId;
153 bool m_provisioningArtifactIdHasBeenSet = false;
154
155 Aws::String m_provisioningArtifactName;
156 bool m_provisioningArtifactNameHasBeenSet = false;
157
158 Aws::String m_pathId;
159 bool m_pathIdHasBeenSet = false;
160
161 Aws::String m_pathName;
162 bool m_pathNameHasBeenSet = false;
163 };
164
165} // namespace Model
166} // namespace ServiceCatalog
167} // namespace Aws
DescribeProvisioningParametersRequest & WithPathId(const char *value)
DescribeProvisioningParametersRequest & WithPathName(Aws::String &&value)
DescribeProvisioningParametersRequest & WithProductId(const Aws::String &value)
DescribeProvisioningParametersRequest & WithProductName(const Aws::String &value)
DescribeProvisioningParametersRequest & WithProvisioningArtifactName(const Aws::String &value)
DescribeProvisioningParametersRequest & WithProductName(const char *value)
DescribeProvisioningParametersRequest & WithAcceptLanguage(const char *value)
DescribeProvisioningParametersRequest & WithPathName(const Aws::String &value)
DescribeProvisioningParametersRequest & WithProductId(const char *value)
DescribeProvisioningParametersRequest & WithProvisioningArtifactId(Aws::String &&value)
DescribeProvisioningParametersRequest & WithProvisioningArtifactId(const Aws::String &value)
DescribeProvisioningParametersRequest & WithAcceptLanguage(Aws::String &&value)
DescribeProvisioningParametersRequest & WithAcceptLanguage(const Aws::String &value)
AWS_SERVICECATALOG_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeProvisioningParametersRequest & WithPathId(Aws::String &&value)
DescribeProvisioningParametersRequest & WithProvisioningArtifactId(const char *value)
DescribeProvisioningParametersRequest & WithPathName(const char *value)
DescribeProvisioningParametersRequest & WithProductName(Aws::String &&value)
AWS_SERVICECATALOG_API Aws::String SerializePayload() const override
DescribeProvisioningParametersRequest & WithPathId(const Aws::String &value)
DescribeProvisioningParametersRequest & WithProvisioningArtifactName(const char *value)
DescribeProvisioningParametersRequest & WithProvisioningArtifactName(Aws::String &&value)
DescribeProvisioningParametersRequest & WithProductId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String