AWS SDK for C++  0.14.3
AWS SDK for C++
DescribeMLModelsRequest.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 
59  inline const MLModelFilterVariable& GetFilterVariable() const{ return m_filterVariable; }
60 
81  inline void SetFilterVariable(const MLModelFilterVariable& value) { m_filterVariableHasBeenSet = true; m_filterVariable = value; }
82 
103  inline void SetFilterVariable(MLModelFilterVariable&& value) { m_filterVariableHasBeenSet = true; m_filterVariable = value; }
104 
125  inline DescribeMLModelsRequest& WithFilterVariable(const MLModelFilterVariable& value) { SetFilterVariable(value); return *this;}
126 
147  inline DescribeMLModelsRequest& WithFilterVariable(MLModelFilterVariable&& value) { SetFilterVariable(value); return *this;}
148 
154  inline const Aws::String& GetEQ() const{ return m_eQ; }
155 
161  inline void SetEQ(const Aws::String& value) { m_eQHasBeenSet = true; m_eQ = value; }
162 
168  inline void SetEQ(Aws::String&& value) { m_eQHasBeenSet = true; m_eQ = value; }
169 
175  inline void SetEQ(const char* value) { m_eQHasBeenSet = true; m_eQ.assign(value); }
176 
182  inline DescribeMLModelsRequest& WithEQ(const Aws::String& value) { SetEQ(value); return *this;}
183 
189  inline DescribeMLModelsRequest& WithEQ(Aws::String&& value) { SetEQ(value); return *this;}
190 
196  inline DescribeMLModelsRequest& WithEQ(const char* value) { SetEQ(value); return *this;}
197 
203  inline const Aws::String& GetGT() const{ return m_gT; }
204 
210  inline void SetGT(const Aws::String& value) { m_gTHasBeenSet = true; m_gT = value; }
211 
217  inline void SetGT(Aws::String&& value) { m_gTHasBeenSet = true; m_gT = value; }
218 
224  inline void SetGT(const char* value) { m_gTHasBeenSet = true; m_gT.assign(value); }
225 
231  inline DescribeMLModelsRequest& WithGT(const Aws::String& value) { SetGT(value); return *this;}
232 
238  inline DescribeMLModelsRequest& WithGT(Aws::String&& value) { SetGT(value); return *this;}
239 
245  inline DescribeMLModelsRequest& WithGT(const char* value) { SetGT(value); return *this;}
246 
252  inline const Aws::String& GetLT() const{ return m_lT; }
253 
259  inline void SetLT(const Aws::String& value) { m_lTHasBeenSet = true; m_lT = value; }
260 
266  inline void SetLT(Aws::String&& value) { m_lTHasBeenSet = true; m_lT = value; }
267 
273  inline void SetLT(const char* value) { m_lTHasBeenSet = true; m_lT.assign(value); }
274 
280  inline DescribeMLModelsRequest& WithLT(const Aws::String& value) { SetLT(value); return *this;}
281 
287  inline DescribeMLModelsRequest& WithLT(Aws::String&& value) { SetLT(value); return *this;}
288 
294  inline DescribeMLModelsRequest& WithLT(const char* value) { SetLT(value); return *this;}
295 
301  inline const Aws::String& GetGE() const{ return m_gE; }
302 
308  inline void SetGE(const Aws::String& value) { m_gEHasBeenSet = true; m_gE = value; }
309 
315  inline void SetGE(Aws::String&& value) { m_gEHasBeenSet = true; m_gE = value; }
316 
322  inline void SetGE(const char* value) { m_gEHasBeenSet = true; m_gE.assign(value); }
323 
329  inline DescribeMLModelsRequest& WithGE(const Aws::String& value) { SetGE(value); return *this;}
330 
336  inline DescribeMLModelsRequest& WithGE(Aws::String&& value) { SetGE(value); return *this;}
337 
343  inline DescribeMLModelsRequest& WithGE(const char* value) { SetGE(value); return *this;}
344 
350  inline const Aws::String& GetLE() const{ return m_lE; }
351 
357  inline void SetLE(const Aws::String& value) { m_lEHasBeenSet = true; m_lE = value; }
358 
364  inline void SetLE(Aws::String&& value) { m_lEHasBeenSet = true; m_lE = value; }
365 
371  inline void SetLE(const char* value) { m_lEHasBeenSet = true; m_lE.assign(value); }
372 
378  inline DescribeMLModelsRequest& WithLE(const Aws::String& value) { SetLE(value); return *this;}
379 
385  inline DescribeMLModelsRequest& WithLE(Aws::String&& value) { SetLE(value); return *this;}
386 
392  inline DescribeMLModelsRequest& WithLE(const char* value) { SetLE(value); return *this;}
393 
399  inline const Aws::String& GetNE() const{ return m_nE; }
400 
406  inline void SetNE(const Aws::String& value) { m_nEHasBeenSet = true; m_nE = value; }
407 
413  inline void SetNE(Aws::String&& value) { m_nEHasBeenSet = true; m_nE = value; }
414 
420  inline void SetNE(const char* value) { m_nEHasBeenSet = true; m_nE.assign(value); }
421 
427  inline DescribeMLModelsRequest& WithNE(const Aws::String& value) { SetNE(value); return *this;}
428 
434  inline DescribeMLModelsRequest& WithNE(Aws::String&& value) { SetNE(value); return *this;}
435 
441  inline DescribeMLModelsRequest& WithNE(const char* value) { SetNE(value); return *this;}
442 
453  inline const Aws::String& GetPrefix() const{ return m_prefix; }
454 
465  inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; }
466 
477  inline void SetPrefix(Aws::String&& value) { m_prefixHasBeenSet = true; m_prefix = value; }
478 
489  inline void SetPrefix(const char* value) { m_prefixHasBeenSet = true; m_prefix.assign(value); }
490 
501  inline DescribeMLModelsRequest& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;}
502 
513  inline DescribeMLModelsRequest& WithPrefix(Aws::String&& value) { SetPrefix(value); return *this;}
514 
525  inline DescribeMLModelsRequest& WithPrefix(const char* value) { SetPrefix(value); return *this;}
526 
534  inline const SortOrder& GetSortOrder() const{ return m_sortOrder; }
535 
543  inline void SetSortOrder(const SortOrder& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; }
544 
552  inline void SetSortOrder(SortOrder&& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; }
553 
561  inline DescribeMLModelsRequest& WithSortOrder(const SortOrder& value) { SetSortOrder(value); return *this;}
562 
570  inline DescribeMLModelsRequest& WithSortOrder(SortOrder&& value) { SetSortOrder(value); return *this;}
571 
575  inline const Aws::String& GetNextToken() const{ return m_nextToken; }
576 
580  inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; }
581 
585  inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; }
586 
590  inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); }
591 
595  inline DescribeMLModelsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
596 
600  inline DescribeMLModelsRequest& WithNextToken(Aws::String&& value) { SetNextToken(value); return *this;}
601 
605  inline DescribeMLModelsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;}
606 
612  inline int GetLimit() const{ return m_limit; }
613 
619  inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; }
620 
626  inline DescribeMLModelsRequest& WithLimit(int value) { SetLimit(value); return *this;}
627 
628  private:
629  MLModelFilterVariable m_filterVariable;
630  bool m_filterVariableHasBeenSet;
631  Aws::String m_eQ;
632  bool m_eQHasBeenSet;
633  Aws::String m_gT;
634  bool m_gTHasBeenSet;
635  Aws::String m_lT;
636  bool m_lTHasBeenSet;
637  Aws::String m_gE;
638  bool m_gEHasBeenSet;
639  Aws::String m_lE;
640  bool m_lEHasBeenSet;
641  Aws::String m_nE;
642  bool m_nEHasBeenSet;
643  Aws::String m_prefix;
644  bool m_prefixHasBeenSet;
645  SortOrder m_sortOrder;
646  bool m_sortOrderHasBeenSet;
647  Aws::String m_nextToken;
648  bool m_nextTokenHasBeenSet;
649  int m_limit;
650  bool m_limitHasBeenSet;
651  };
652 
653 } // namespace Model
654 } // namespace MachineLearning
655 } // namespace Aws
DescribeMLModelsRequest & WithLE(const Aws::String &value)
DescribeMLModelsRequest & WithSortOrder(SortOrder &&value)
DescribeMLModelsRequest & WithLT(const Aws::String &value)
DescribeMLModelsRequest & WithEQ(Aws::String &&value)
const MLModelFilterVariable & GetFilterVariable() const
DescribeMLModelsRequest & WithGE(Aws::String &&value)
DescribeMLModelsRequest & WithFilterVariable(MLModelFilterVariable &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
Definition: HttpTypes.h:63
DescribeMLModelsRequest & WithGT(const Aws::String &value)
DescribeMLModelsRequest & WithGT(const char *value)
DescribeMLModelsRequest & WithSortOrder(const SortOrder &value)
DescribeMLModelsRequest & WithGE(const Aws::String &value)
DescribeMLModelsRequest & WithPrefix(const char *value)
DescribeMLModelsRequest & WithNextToken(Aws::String &&value)
DescribeMLModelsRequest & WithLT(Aws::String &&value)
DescribeMLModelsRequest & WithFilterVariable(const MLModelFilterVariable &value)
DescribeMLModelsRequest & WithNE(const Aws::String &value)
DescribeMLModelsRequest & WithGT(Aws::String &&value)
DescribeMLModelsRequest & WithLE(const char *value)
DescribeMLModelsRequest & WithLE(Aws::String &&value)
DescribeMLModelsRequest & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
DescribeMLModelsRequest & WithEQ(const Aws::String &value)
DescribeMLModelsRequest & WithNE(Aws::String &&value)
DescribeMLModelsRequest & WithPrefix(Aws::String &&value)
DescribeMLModelsRequest & WithEQ(const char *value)
DescribeMLModelsRequest & WithNextToken(const char *value)
DescribeMLModelsRequest & WithPrefix(const Aws::String &value)
DescribeMLModelsRequest & WithLT(const char *value)
#define AWS_MACHINELEARNING_API
void SetFilterVariable(const MLModelFilterVariable &value)
DescribeMLModelsRequest & WithGE(const char *value)
JSON (JavaScript Object Notation).
DescribeMLModelsRequest & WithNE(const char *value)