AWS SDK for C++  0.14.3
AWS SDK for C++
DescribeProvisioningParametersRequest.h
Go to the documentation of this file.
1 /*
2 * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License").
5 * You may not use this file except in compliance with the License.
6 * A copy of the License is located at
7 *
8 * http://aws.amazon.com/apache2.0
9 *
10 * or in the "license" file accompanying this file. This file is distributed
11 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12 * express or implied. See the License for the specific language governing
13 * permissions and limitations under the License.
14 */
15 #pragma once
19 
20 namespace Aws
21 {
22 namespace ServiceCatalog
23 {
24 namespace Model
25 {
26 
30  {
31  public:
33  Aws::String SerializePayload() const override;
34 
35  Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
36 
42  inline const Aws::String& GetAcceptLanguage() const{ return m_acceptLanguage; }
43 
49  inline void SetAcceptLanguage(const Aws::String& value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage = value; }
50 
56  inline void SetAcceptLanguage(Aws::String&& value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage = value; }
57 
63  inline void SetAcceptLanguage(const char* value) { m_acceptLanguageHasBeenSet = true; m_acceptLanguage.assign(value); }
64 
70  inline DescribeProvisioningParametersRequest& WithAcceptLanguage(const Aws::String& value) { SetAcceptLanguage(value); return *this;}
71 
77  inline DescribeProvisioningParametersRequest& WithAcceptLanguage(Aws::String&& value) { SetAcceptLanguage(value); return *this;}
78 
84  inline DescribeProvisioningParametersRequest& WithAcceptLanguage(const char* value) { SetAcceptLanguage(value); return *this;}
85 
89  inline const Aws::String& GetProductId() const{ return m_productId; }
90 
94  inline void SetProductId(const Aws::String& value) { m_productIdHasBeenSet = true; m_productId = value; }
95 
99  inline void SetProductId(Aws::String&& value) { m_productIdHasBeenSet = true; m_productId = value; }
100 
104  inline void SetProductId(const char* value) { m_productIdHasBeenSet = true; m_productId.assign(value); }
105 
109  inline DescribeProvisioningParametersRequest& WithProductId(const Aws::String& value) { SetProductId(value); return *this;}
110 
114  inline DescribeProvisioningParametersRequest& WithProductId(Aws::String&& value) { SetProductId(value); return *this;}
115 
119  inline DescribeProvisioningParametersRequest& WithProductId(const char* value) { SetProductId(value); return *this;}
120 
124  inline const Aws::String& GetProvisioningArtifactId() const{ return m_provisioningArtifactId; }
125 
129  inline void SetProvisioningArtifactId(const Aws::String& value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId = value; }
130 
134  inline void SetProvisioningArtifactId(Aws::String&& value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId = value; }
135 
139  inline void SetProvisioningArtifactId(const char* value) { m_provisioningArtifactIdHasBeenSet = true; m_provisioningArtifactId.assign(value); }
140 
144  inline DescribeProvisioningParametersRequest& WithProvisioningArtifactId(const Aws::String& value) { SetProvisioningArtifactId(value); return *this;}
145 
149  inline DescribeProvisioningParametersRequest& WithProvisioningArtifactId(Aws::String&& value) { SetProvisioningArtifactId(value); return *this;}
150 
154  inline DescribeProvisioningParametersRequest& WithProvisioningArtifactId(const char* value) { SetProvisioningArtifactId(value); return *this;}
155 
161  inline const Aws::String& GetPathId() const{ return m_pathId; }
162 
168  inline void SetPathId(const Aws::String& value) { m_pathIdHasBeenSet = true; m_pathId = value; }
169 
175  inline void SetPathId(Aws::String&& value) { m_pathIdHasBeenSet = true; m_pathId = value; }
176 
182  inline void SetPathId(const char* value) { m_pathIdHasBeenSet = true; m_pathId.assign(value); }
183 
189  inline DescribeProvisioningParametersRequest& WithPathId(const Aws::String& value) { SetPathId(value); return *this;}
190 
196  inline DescribeProvisioningParametersRequest& WithPathId(Aws::String&& value) { SetPathId(value); return *this;}
197 
203  inline DescribeProvisioningParametersRequest& WithPathId(const char* value) { SetPathId(value); return *this;}
204 
205  private:
206  Aws::String m_acceptLanguage;
207  bool m_acceptLanguageHasBeenSet;
208  Aws::String m_productId;
209  bool m_productIdHasBeenSet;
210  Aws::String m_provisioningArtifactId;
211  bool m_provisioningArtifactIdHasBeenSet;
212  Aws::String m_pathId;
213  bool m_pathIdHasBeenSet;
214  };
215 
216 } // namespace Model
217 } // namespace ServiceCatalog
218 } // namespace Aws
DescribeProvisioningParametersRequest & WithAcceptLanguage(const char *value)
DescribeProvisioningParametersRequest & WithPathId(const Aws::String &value)
DescribeProvisioningParametersRequest & WithPathId(Aws::String &&value)
#define AWS_SERVICECATALOG_API
DescribeProvisioningParametersRequest & WithProvisioningArtifactId(const char *value)
DescribeProvisioningParametersRequest & WithAcceptLanguage(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
Definition: HttpTypes.h:63
DescribeProvisioningParametersRequest & WithPathId(const char *value)
DescribeProvisioningParametersRequest & WithProductId(const Aws::String &value)
DescribeProvisioningParametersRequest & WithProvisioningArtifactId(Aws::String &&value)
DescribeProvisioningParametersRequest & WithProductId(Aws::String &&value)
DescribeProvisioningParametersRequest & WithAcceptLanguage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
DescribeProvisioningParametersRequest & WithProductId(const char *value)
JSON (JavaScript Object Notation).
DescribeProvisioningParametersRequest & WithProvisioningArtifactId(const Aws::String &value)