AWS SDK for C++  0.12.9
AWS SDK for C++
GetClientCertificatesRequest.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 Http
23 {
24  class URI;
25 } //namespace Http
26 namespace APIGateway
27 {
28 namespace Model
29 {
30 
36  {
37  public:
39  Aws::String SerializePayload() const override;
40 
41  void AddQueryStringParameters(Aws::Http::URI& uri) const override;
42 
47  inline const Aws::String& GetPosition() const{ return m_position; }
48 
53  inline void SetPosition(const Aws::String& value) { m_positionHasBeenSet = true; m_position = value; }
54 
59  inline void SetPosition(Aws::String&& value) { m_positionHasBeenSet = true; m_position = value; }
60 
65  inline void SetPosition(const char* value) { m_positionHasBeenSet = true; m_position.assign(value); }
66 
71  inline GetClientCertificatesRequest& WithPosition(const Aws::String& value) { SetPosition(value); return *this;}
72 
77  inline GetClientCertificatesRequest& WithPosition(Aws::String&& value) { SetPosition(value); return *this;}
78 
83  inline GetClientCertificatesRequest& WithPosition(const char* value) { SetPosition(value); return *this;}
84 
90  inline long GetLimit() const{ return m_limit; }
91 
97  inline void SetLimit(long value) { m_limitHasBeenSet = true; m_limit = value; }
98 
104  inline GetClientCertificatesRequest& WithLimit(long value) { SetLimit(value); return *this;}
105 
106  private:
107  Aws::String m_position;
108  bool m_positionHasBeenSet;
109  long m_limit;
110  bool m_limitHasBeenSet;
111  };
112 
113 } // namespace Model
114 } // namespace APIGateway
115 } // namespace Aws
GetClientCertificatesRequest & WithPosition(const char *value)
GetClientCertificatesRequest & WithPosition(const Aws::String &value)
GetClientCertificatesRequest & WithPosition(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
#define AWS_APIGATEWAY_API
JSON (JavaScript Object Notation).