AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeDBProxyEndpointsRequest.h
1
6#pragma once
7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Filter.h>
12#include <utility>
13
14namespace Aws
15{
16namespace RDS
17{
18namespace Model
19{
20
24 {
25 public:
27
28 // Service request name is the Operation name which will send this request out,
29 // each operation should has unique request name, so that we can get operation's name from this request.
30 // Note: this is not true for response, multiple operations may have the same response name,
31 // so we can not get operation's name from response.
32 inline virtual const char* GetServiceRequestName() const override { return "DescribeDBProxyEndpoints"; }
33
34 AWS_RDS_API Aws::String SerializePayload() const override;
35
36 protected:
37 AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override;
38
39 public:
40
42
47 inline const Aws::String& GetDBProxyName() const{ return m_dBProxyName; }
48 inline bool DBProxyNameHasBeenSet() const { return m_dBProxyNameHasBeenSet; }
49 inline void SetDBProxyName(const Aws::String& value) { m_dBProxyNameHasBeenSet = true; m_dBProxyName = value; }
50 inline void SetDBProxyName(Aws::String&& value) { m_dBProxyNameHasBeenSet = true; m_dBProxyName = std::move(value); }
51 inline void SetDBProxyName(const char* value) { m_dBProxyNameHasBeenSet = true; m_dBProxyName.assign(value); }
52 inline DescribeDBProxyEndpointsRequest& WithDBProxyName(const Aws::String& value) { SetDBProxyName(value); return *this;}
53 inline DescribeDBProxyEndpointsRequest& WithDBProxyName(Aws::String&& value) { SetDBProxyName(std::move(value)); return *this;}
54 inline DescribeDBProxyEndpointsRequest& WithDBProxyName(const char* value) { SetDBProxyName(value); return *this;}
56
58
63 inline const Aws::String& GetDBProxyEndpointName() const{ return m_dBProxyEndpointName; }
64 inline bool DBProxyEndpointNameHasBeenSet() const { return m_dBProxyEndpointNameHasBeenSet; }
65 inline void SetDBProxyEndpointName(const Aws::String& value) { m_dBProxyEndpointNameHasBeenSet = true; m_dBProxyEndpointName = value; }
66 inline void SetDBProxyEndpointName(Aws::String&& value) { m_dBProxyEndpointNameHasBeenSet = true; m_dBProxyEndpointName = std::move(value); }
67 inline void SetDBProxyEndpointName(const char* value) { m_dBProxyEndpointNameHasBeenSet = true; m_dBProxyEndpointName.assign(value); }
70 inline DescribeDBProxyEndpointsRequest& WithDBProxyEndpointName(const char* value) { SetDBProxyEndpointName(value); return *this;}
72
74
77 inline const Aws::Vector<Filter>& GetFilters() const{ return m_filters; }
78 inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; }
79 inline void SetFilters(const Aws::Vector<Filter>& value) { m_filtersHasBeenSet = true; m_filters = value; }
80 inline void SetFilters(Aws::Vector<Filter>&& value) { m_filtersHasBeenSet = true; m_filters = std::move(value); }
81 inline DescribeDBProxyEndpointsRequest& WithFilters(const Aws::Vector<Filter>& value) { SetFilters(value); return *this;}
82 inline DescribeDBProxyEndpointsRequest& WithFilters(Aws::Vector<Filter>&& value) { SetFilters(std::move(value)); return *this;}
83 inline DescribeDBProxyEndpointsRequest& AddFilters(const Filter& value) { m_filtersHasBeenSet = true; m_filters.push_back(value); return *this; }
84 inline DescribeDBProxyEndpointsRequest& AddFilters(Filter&& value) { m_filtersHasBeenSet = true; m_filters.push_back(std::move(value)); return *this; }
86
88
93 inline const Aws::String& GetMarker() const{ return m_marker; }
94 inline bool MarkerHasBeenSet() const { return m_markerHasBeenSet; }
95 inline void SetMarker(const Aws::String& value) { m_markerHasBeenSet = true; m_marker = value; }
96 inline void SetMarker(Aws::String&& value) { m_markerHasBeenSet = true; m_marker = std::move(value); }
97 inline void SetMarker(const char* value) { m_markerHasBeenSet = true; m_marker.assign(value); }
98 inline DescribeDBProxyEndpointsRequest& WithMarker(const Aws::String& value) { SetMarker(value); return *this;}
99 inline DescribeDBProxyEndpointsRequest& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;}
100 inline DescribeDBProxyEndpointsRequest& WithMarker(const char* value) { SetMarker(value); return *this;}
102
104
110 inline int GetMaxRecords() const{ return m_maxRecords; }
111 inline bool MaxRecordsHasBeenSet() const { return m_maxRecordsHasBeenSet; }
112 inline void SetMaxRecords(int value) { m_maxRecordsHasBeenSet = true; m_maxRecords = value; }
113 inline DescribeDBProxyEndpointsRequest& WithMaxRecords(int value) { SetMaxRecords(value); return *this;}
115 private:
116
117 Aws::String m_dBProxyName;
118 bool m_dBProxyNameHasBeenSet = false;
119
120 Aws::String m_dBProxyEndpointName;
121 bool m_dBProxyEndpointNameHasBeenSet = false;
122
123 Aws::Vector<Filter> m_filters;
124 bool m_filtersHasBeenSet = false;
125
126 Aws::String m_marker;
127 bool m_markerHasBeenSet = false;
128
129 int m_maxRecords;
130 bool m_maxRecordsHasBeenSet = false;
131 };
132
133} // namespace Model
134} // namespace RDS
135} // namespace Aws
DescribeDBProxyEndpointsRequest & WithFilters(Aws::Vector< Filter > &&value)
DescribeDBProxyEndpointsRequest & AddFilters(const Filter &value)
DescribeDBProxyEndpointsRequest & WithMarker(const Aws::String &value)
DescribeDBProxyEndpointsRequest & WithMaxRecords(int value)
DescribeDBProxyEndpointsRequest & WithDBProxyEndpointName(Aws::String &&value)
AWS_RDS_API Aws::String SerializePayload() const override
DescribeDBProxyEndpointsRequest & WithFilters(const Aws::Vector< Filter > &value)
DescribeDBProxyEndpointsRequest & WithDBProxyEndpointName(const Aws::String &value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeDBProxyEndpointsRequest & WithDBProxyEndpointName(const char *value)
DescribeDBProxyEndpointsRequest & WithMarker(const char *value)
DescribeDBProxyEndpointsRequest & WithDBProxyName(Aws::String &&value)
DescribeDBProxyEndpointsRequest & WithDBProxyName(const Aws::String &value)
DescribeDBProxyEndpointsRequest & WithMarker(Aws::String &&value)
DescribeDBProxyEndpointsRequest & WithDBProxyName(const char *value)
DescribeDBProxyEndpointsRequest & AddFilters(Filter &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector