AWS SDK for C++  0.14.3
AWS SDK for C++
ListLaunchPathsRequest.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 ListLaunchPathsRequest& WithAcceptLanguage(const Aws::String& value) { SetAcceptLanguage(value); return *this;}
71 
77  inline ListLaunchPathsRequest& WithAcceptLanguage(Aws::String&& value) { SetAcceptLanguage(value); return *this;}
78 
84  inline ListLaunchPathsRequest& WithAcceptLanguage(const char* value) { SetAcceptLanguage(value); return *this;}
85 
90  inline const Aws::String& GetProductId() const{ return m_productId; }
91 
96  inline void SetProductId(const Aws::String& value) { m_productIdHasBeenSet = true; m_productId = value; }
97 
102  inline void SetProductId(Aws::String&& value) { m_productIdHasBeenSet = true; m_productId = value; }
103 
108  inline void SetProductId(const char* value) { m_productIdHasBeenSet = true; m_productId.assign(value); }
109 
114  inline ListLaunchPathsRequest& WithProductId(const Aws::String& value) { SetProductId(value); return *this;}
115 
120  inline ListLaunchPathsRequest& WithProductId(Aws::String&& value) { SetProductId(value); return *this;}
121 
126  inline ListLaunchPathsRequest& WithProductId(const char* value) { SetProductId(value); return *this;}
127 
133  inline int GetPageSize() const{ return m_pageSize; }
134 
140  inline void SetPageSize(int value) { m_pageSizeHasBeenSet = true; m_pageSize = value; }
141 
147  inline ListLaunchPathsRequest& WithPageSize(int value) { SetPageSize(value); return *this;}
148 
153  inline const Aws::String& GetPageToken() const{ return m_pageToken; }
154 
159  inline void SetPageToken(const Aws::String& value) { m_pageTokenHasBeenSet = true; m_pageToken = value; }
160 
165  inline void SetPageToken(Aws::String&& value) { m_pageTokenHasBeenSet = true; m_pageToken = value; }
166 
171  inline void SetPageToken(const char* value) { m_pageTokenHasBeenSet = true; m_pageToken.assign(value); }
172 
177  inline ListLaunchPathsRequest& WithPageToken(const Aws::String& value) { SetPageToken(value); return *this;}
178 
183  inline ListLaunchPathsRequest& WithPageToken(Aws::String&& value) { SetPageToken(value); return *this;}
184 
189  inline ListLaunchPathsRequest& WithPageToken(const char* value) { SetPageToken(value); return *this;}
190 
191  private:
192  Aws::String m_acceptLanguage;
193  bool m_acceptLanguageHasBeenSet;
194  Aws::String m_productId;
195  bool m_productIdHasBeenSet;
196  int m_pageSize;
197  bool m_pageSizeHasBeenSet;
198  Aws::String m_pageToken;
199  bool m_pageTokenHasBeenSet;
200  };
201 
202 } // namespace Model
203 } // namespace ServiceCatalog
204 } // namespace Aws
#define AWS_SERVICECATALOG_API
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
Definition: HttpTypes.h:63
ListLaunchPathsRequest & WithPageToken(const char *value)
ListLaunchPathsRequest & WithAcceptLanguage(const Aws::String &value)
ListLaunchPathsRequest & WithAcceptLanguage(const char *value)
ListLaunchPathsRequest & WithAcceptLanguage(Aws::String &&value)
ListLaunchPathsRequest & WithProductId(const Aws::String &value)
ListLaunchPathsRequest & WithPageToken(Aws::String &&value)
ListLaunchPathsRequest & WithPageToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
ListLaunchPathsRequest & WithProductId(Aws::String &&value)
JSON (JavaScript Object Notation).
ListLaunchPathsRequest & WithProductId(const char *value)