AWS SDK for C++  0.12.9
AWS SDK for C++
DescribeDataSourcesRequest.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
21 
22 namespace Aws
23 {
24 namespace MachineLearning
25 {
26 namespace Model
27 {
28 
32  {
33  public:
35  Aws::String SerializePayload() const override;
36 
37  Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
38 
52  inline const DataSourceFilterVariable& GetFilterVariable() const{ return m_filterVariable; }
53 
67  inline void SetFilterVariable(const DataSourceFilterVariable& value) { m_filterVariableHasBeenSet = true; m_filterVariable = value; }
68 
82  inline void SetFilterVariable(DataSourceFilterVariable&& value) { m_filterVariableHasBeenSet = true; m_filterVariable = value; }
83 
97  inline DescribeDataSourcesRequest& WithFilterVariable(const DataSourceFilterVariable& value) { SetFilterVariable(value); return *this;}
98 
112  inline DescribeDataSourcesRequest& WithFilterVariable(DataSourceFilterVariable&& value) { SetFilterVariable(value); return *this;}
113 
119  inline const Aws::String& GetEQ() const{ return m_eQ; }
120 
126  inline void SetEQ(const Aws::String& value) { m_eQHasBeenSet = true; m_eQ = value; }
127 
133  inline void SetEQ(Aws::String&& value) { m_eQHasBeenSet = true; m_eQ = value; }
134 
140  inline void SetEQ(const char* value) { m_eQHasBeenSet = true; m_eQ.assign(value); }
141 
147  inline DescribeDataSourcesRequest& WithEQ(const Aws::String& value) { SetEQ(value); return *this;}
148 
154  inline DescribeDataSourcesRequest& WithEQ(Aws::String&& value) { SetEQ(value); return *this;}
155 
161  inline DescribeDataSourcesRequest& WithEQ(const char* value) { SetEQ(value); return *this;}
162 
168  inline const Aws::String& GetGT() const{ return m_gT; }
169 
175  inline void SetGT(const Aws::String& value) { m_gTHasBeenSet = true; m_gT = value; }
176 
182  inline void SetGT(Aws::String&& value) { m_gTHasBeenSet = true; m_gT = value; }
183 
189  inline void SetGT(const char* value) { m_gTHasBeenSet = true; m_gT.assign(value); }
190 
196  inline DescribeDataSourcesRequest& WithGT(const Aws::String& value) { SetGT(value); return *this;}
197 
203  inline DescribeDataSourcesRequest& WithGT(Aws::String&& value) { SetGT(value); return *this;}
204 
210  inline DescribeDataSourcesRequest& WithGT(const char* value) { SetGT(value); return *this;}
211 
217  inline const Aws::String& GetLT() const{ return m_lT; }
218 
224  inline void SetLT(const Aws::String& value) { m_lTHasBeenSet = true; m_lT = value; }
225 
231  inline void SetLT(Aws::String&& value) { m_lTHasBeenSet = true; m_lT = value; }
232 
238  inline void SetLT(const char* value) { m_lTHasBeenSet = true; m_lT.assign(value); }
239 
245  inline DescribeDataSourcesRequest& WithLT(const Aws::String& value) { SetLT(value); return *this;}
246 
252  inline DescribeDataSourcesRequest& WithLT(Aws::String&& value) { SetLT(value); return *this;}
253 
259  inline DescribeDataSourcesRequest& WithLT(const char* value) { SetLT(value); return *this;}
260 
266  inline const Aws::String& GetGE() const{ return m_gE; }
267 
273  inline void SetGE(const Aws::String& value) { m_gEHasBeenSet = true; m_gE = value; }
274 
280  inline void SetGE(Aws::String&& value) { m_gEHasBeenSet = true; m_gE = value; }
281 
287  inline void SetGE(const char* value) { m_gEHasBeenSet = true; m_gE.assign(value); }
288 
294  inline DescribeDataSourcesRequest& WithGE(const Aws::String& value) { SetGE(value); return *this;}
295 
301  inline DescribeDataSourcesRequest& WithGE(Aws::String&& value) { SetGE(value); return *this;}
302 
308  inline DescribeDataSourcesRequest& WithGE(const char* value) { SetGE(value); return *this;}
309 
315  inline const Aws::String& GetLE() const{ return m_lE; }
316 
322  inline void SetLE(const Aws::String& value) { m_lEHasBeenSet = true; m_lE = value; }
323 
329  inline void SetLE(Aws::String&& value) { m_lEHasBeenSet = true; m_lE = value; }
330 
336  inline void SetLE(const char* value) { m_lEHasBeenSet = true; m_lE.assign(value); }
337 
343  inline DescribeDataSourcesRequest& WithLE(const Aws::String& value) { SetLE(value); return *this;}
344 
350  inline DescribeDataSourcesRequest& WithLE(Aws::String&& value) { SetLE(value); return *this;}
351 
357  inline DescribeDataSourcesRequest& WithLE(const char* value) { SetLE(value); return *this;}
358 
364  inline const Aws::String& GetNE() const{ return m_nE; }
365 
371  inline void SetNE(const Aws::String& value) { m_nEHasBeenSet = true; m_nE = value; }
372 
378  inline void SetNE(Aws::String&& value) { m_nEHasBeenSet = true; m_nE = value; }
379 
385  inline void SetNE(const char* value) { m_nEHasBeenSet = true; m_nE.assign(value); }
386 
392  inline DescribeDataSourcesRequest& WithNE(const Aws::String& value) { SetNE(value); return *this;}
393 
399  inline DescribeDataSourcesRequest& WithNE(Aws::String&& value) { SetNE(value); return *this;}
400 
406  inline DescribeDataSourcesRequest& WithNE(const char* value) { SetNE(value); return *this;}
407 
418  inline const Aws::String& GetPrefix() const{ return m_prefix; }
419 
430  inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; }
431 
442  inline void SetPrefix(Aws::String&& value) { m_prefixHasBeenSet = true; m_prefix = value; }
443 
454  inline void SetPrefix(const char* value) { m_prefixHasBeenSet = true; m_prefix.assign(value); }
455 
466  inline DescribeDataSourcesRequest& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;}
467 
478  inline DescribeDataSourcesRequest& WithPrefix(Aws::String&& value) { SetPrefix(value); return *this;}
479 
490  inline DescribeDataSourcesRequest& WithPrefix(const char* value) { SetPrefix(value); return *this;}
491 
499  inline const SortOrder& GetSortOrder() const{ return m_sortOrder; }
500 
508  inline void SetSortOrder(const SortOrder& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; }
509 
517  inline void SetSortOrder(SortOrder&& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; }
518 
526  inline DescribeDataSourcesRequest& WithSortOrder(const SortOrder& value) { SetSortOrder(value); return *this;}
527 
535  inline DescribeDataSourcesRequest& WithSortOrder(SortOrder&& value) { SetSortOrder(value); return *this;}
536 
540  inline const Aws::String& GetNextToken() const{ return m_nextToken; }
541 
545  inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; }
546 
550  inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; }
551 
555  inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); }
556 
560  inline DescribeDataSourcesRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
561 
565  inline DescribeDataSourcesRequest& WithNextToken(Aws::String&& value) { SetNextToken(value); return *this;}
566 
570  inline DescribeDataSourcesRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;}
571 
575  inline long GetLimit() const{ return m_limit; }
576 
580  inline void SetLimit(long value) { m_limitHasBeenSet = true; m_limit = value; }
581 
585  inline DescribeDataSourcesRequest& WithLimit(long value) { SetLimit(value); return *this;}
586 
587  private:
588  DataSourceFilterVariable m_filterVariable;
589  bool m_filterVariableHasBeenSet;
590  Aws::String m_eQ;
591  bool m_eQHasBeenSet;
592  Aws::String m_gT;
593  bool m_gTHasBeenSet;
594  Aws::String m_lT;
595  bool m_lTHasBeenSet;
596  Aws::String m_gE;
597  bool m_gEHasBeenSet;
598  Aws::String m_lE;
599  bool m_lEHasBeenSet;
600  Aws::String m_nE;
601  bool m_nEHasBeenSet;
602  Aws::String m_prefix;
603  bool m_prefixHasBeenSet;
604  SortOrder m_sortOrder;
605  bool m_sortOrderHasBeenSet;
606  Aws::String m_nextToken;
607  bool m_nextTokenHasBeenSet;
608  long m_limit;
609  bool m_limitHasBeenSet;
610  };
611 
612 } // namespace Model
613 } // namespace MachineLearning
614 } // namespace Aws
DescribeDataSourcesRequest & WithGT(Aws::String &&value)
void SetFilterVariable(const DataSourceFilterVariable &value)
DescribeDataSourcesRequest & WithPrefix(Aws::String &&value)
DescribeDataSourcesRequest & WithGT(const char *value)
DescribeDataSourcesRequest & WithNextToken(Aws::String &&value)
DescribeDataSourcesRequest & WithNE(const Aws::String &value)
DescribeDataSourcesRequest & WithEQ(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
Definition: HttpTypes.h:63
DescribeDataSourcesRequest & WithLT(Aws::String &&value)
DescribeDataSourcesRequest & WithSortOrder(SortOrder &&value)
DescribeDataSourcesRequest & WithEQ(const char *value)
DescribeDataSourcesRequest & WithLE(Aws::String &&value)
DescribeDataSourcesRequest & WithGT(const Aws::String &value)
DescribeDataSourcesRequest & WithLT(const Aws::String &value)
DescribeDataSourcesRequest & WithFilterVariable(const DataSourceFilterVariable &value)
DescribeDataSourcesRequest & WithGE(const char *value)
DescribeDataSourcesRequest & WithGE(Aws::String &&value)
DescribeDataSourcesRequest & WithSortOrder(const SortOrder &value)
DescribeDataSourcesRequest & WithNE(const char *value)
DescribeDataSourcesRequest & WithEQ(Aws::String &&value)
DescribeDataSourcesRequest & WithPrefix(const Aws::String &value)
DescribeDataSourcesRequest & WithLE(const Aws::String &value)
DescribeDataSourcesRequest & WithNextToken(const Aws::String &value)
DescribeDataSourcesRequest & WithGE(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
DescribeDataSourcesRequest & WithLT(const char *value)
const DataSourceFilterVariable & GetFilterVariable() const
DescribeDataSourcesRequest & WithLE(const char *value)
DescribeDataSourcesRequest & WithFilterVariable(DataSourceFilterVariable &&value)
#define AWS_MACHINELEARNING_API
DescribeDataSourcesRequest & WithNE(Aws::String &&value)
DescribeDataSourcesRequest & WithNextToken(const char *value)
JSON (JavaScript Object Notation).
DescribeDataSourcesRequest & WithPrefix(const char *value)