AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DescribeNodeConfigurationOptionsRequest.h
Go to the documentation of this file.
1
6#pragma once
13#include <utility>
14
15namespace Aws
16{
17namespace Redshift
18{
19namespace Model
20{
21
25 {
26 public:
28
29 // Service request name is the Operation name which will send this request out,
30 // each operation should has unique request name, so that we can get operation's name from this request.
31 // Note: this is not true for response, multiple operations may have the same response name,
32 // so we can not get operation's name from response.
33 inline virtual const char* GetServiceRequestName() const override { return "DescribeNodeConfigurationOptions"; }
34
36
37 protected:
38 AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override;
39
40 public:
41
49 inline const ActionType& GetActionType() const{ return m_actionType; }
50
58 inline bool ActionTypeHasBeenSet() const { return m_actionTypeHasBeenSet; }
59
67 inline void SetActionType(const ActionType& value) { m_actionTypeHasBeenSet = true; m_actionType = value; }
68
76 inline void SetActionType(ActionType&& value) { m_actionTypeHasBeenSet = true; m_actionType = std::move(value); }
77
86
94 inline DescribeNodeConfigurationOptionsRequest& WithActionType(ActionType&& value) { SetActionType(std::move(value)); return *this;}
95
96
101 inline const Aws::String& GetClusterIdentifier() const{ return m_clusterIdentifier; }
102
107 inline bool ClusterIdentifierHasBeenSet() const { return m_clusterIdentifierHasBeenSet; }
108
113 inline void SetClusterIdentifier(const Aws::String& value) { m_clusterIdentifierHasBeenSet = true; m_clusterIdentifier = value; }
114
119 inline void SetClusterIdentifier(Aws::String&& value) { m_clusterIdentifierHasBeenSet = true; m_clusterIdentifier = std::move(value); }
120
125 inline void SetClusterIdentifier(const char* value) { m_clusterIdentifierHasBeenSet = true; m_clusterIdentifier.assign(value); }
126
132
138
144
145
150 inline const Aws::String& GetSnapshotIdentifier() const{ return m_snapshotIdentifier; }
151
156 inline bool SnapshotIdentifierHasBeenSet() const { return m_snapshotIdentifierHasBeenSet; }
157
162 inline void SetSnapshotIdentifier(const Aws::String& value) { m_snapshotIdentifierHasBeenSet = true; m_snapshotIdentifier = value; }
163
168 inline void SetSnapshotIdentifier(Aws::String&& value) { m_snapshotIdentifierHasBeenSet = true; m_snapshotIdentifier = std::move(value); }
169
174 inline void SetSnapshotIdentifier(const char* value) { m_snapshotIdentifierHasBeenSet = true; m_snapshotIdentifier.assign(value); }
175
181
187
193
194
199 inline const Aws::String& GetSnapshotArn() const{ return m_snapshotArn; }
200
205 inline bool SnapshotArnHasBeenSet() const { return m_snapshotArnHasBeenSet; }
206
211 inline void SetSnapshotArn(const Aws::String& value) { m_snapshotArnHasBeenSet = true; m_snapshotArn = value; }
212
217 inline void SetSnapshotArn(Aws::String&& value) { m_snapshotArnHasBeenSet = true; m_snapshotArn = std::move(value); }
218
223 inline void SetSnapshotArn(const char* value) { m_snapshotArnHasBeenSet = true; m_snapshotArn.assign(value); }
224
230
235 inline DescribeNodeConfigurationOptionsRequest& WithSnapshotArn(Aws::String&& value) { SetSnapshotArn(std::move(value)); return *this;}
236
241 inline DescribeNodeConfigurationOptionsRequest& WithSnapshotArn(const char* value) { SetSnapshotArn(value); return *this;}
242
243
249 inline const Aws::String& GetOwnerAccount() const{ return m_ownerAccount; }
250
256 inline bool OwnerAccountHasBeenSet() const { return m_ownerAccountHasBeenSet; }
257
263 inline void SetOwnerAccount(const Aws::String& value) { m_ownerAccountHasBeenSet = true; m_ownerAccount = value; }
264
270 inline void SetOwnerAccount(Aws::String&& value) { m_ownerAccountHasBeenSet = true; m_ownerAccount = std::move(value); }
271
277 inline void SetOwnerAccount(const char* value) { m_ownerAccountHasBeenSet = true; m_ownerAccount.assign(value); }
278
285
291 inline DescribeNodeConfigurationOptionsRequest& WithOwnerAccount(Aws::String&& value) { SetOwnerAccount(std::move(value)); return *this;}
292
298 inline DescribeNodeConfigurationOptionsRequest& WithOwnerAccount(const char* value) { SetOwnerAccount(value); return *this;}
299
300
304 inline const Aws::Vector<NodeConfigurationOptionsFilter>& GetFilters() const{ return m_filters; }
305
309 inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; }
310
314 inline void SetFilters(const Aws::Vector<NodeConfigurationOptionsFilter>& value) { m_filtersHasBeenSet = true; m_filters = value; }
315
319 inline void SetFilters(Aws::Vector<NodeConfigurationOptionsFilter>&& value) { m_filtersHasBeenSet = true; m_filters = std::move(value); }
320
325
330
334 inline DescribeNodeConfigurationOptionsRequest& AddFilters(const NodeConfigurationOptionsFilter& value) { m_filtersHasBeenSet = true; m_filters.push_back(value); return *this; }
335
339 inline DescribeNodeConfigurationOptionsRequest& AddFilters(NodeConfigurationOptionsFilter&& value) { m_filtersHasBeenSet = true; m_filters.push_back(std::move(value)); return *this; }
340
341
350 inline const Aws::String& GetMarker() const{ return m_marker; }
351
360 inline bool MarkerHasBeenSet() const { return m_markerHasBeenSet; }
361
370 inline void SetMarker(const Aws::String& value) { m_markerHasBeenSet = true; m_marker = value; }
371
380 inline void SetMarker(Aws::String&& value) { m_markerHasBeenSet = true; m_marker = std::move(value); }
381
390 inline void SetMarker(const char* value) { m_markerHasBeenSet = true; m_marker.assign(value); }
391
400 inline DescribeNodeConfigurationOptionsRequest& WithMarker(const Aws::String& value) { SetMarker(value); return *this;}
401
410 inline DescribeNodeConfigurationOptionsRequest& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;}
411
420 inline DescribeNodeConfigurationOptionsRequest& WithMarker(const char* value) { SetMarker(value); return *this;}
421
422
431 inline int GetMaxRecords() const{ return m_maxRecords; }
432
441 inline bool MaxRecordsHasBeenSet() const { return m_maxRecordsHasBeenSet; }
442
451 inline void SetMaxRecords(int value) { m_maxRecordsHasBeenSet = true; m_maxRecords = value; }
452
461 inline DescribeNodeConfigurationOptionsRequest& WithMaxRecords(int value) { SetMaxRecords(value); return *this;}
462
463 private:
464
465 ActionType m_actionType;
466 bool m_actionTypeHasBeenSet = false;
467
468 Aws::String m_clusterIdentifier;
469 bool m_clusterIdentifierHasBeenSet = false;
470
471 Aws::String m_snapshotIdentifier;
472 bool m_snapshotIdentifierHasBeenSet = false;
473
474 Aws::String m_snapshotArn;
475 bool m_snapshotArnHasBeenSet = false;
476
477 Aws::String m_ownerAccount;
478 bool m_ownerAccountHasBeenSet = false;
479
481 bool m_filtersHasBeenSet = false;
482
483 Aws::String m_marker;
484 bool m_markerHasBeenSet = false;
485
486 int m_maxRecords;
487 bool m_maxRecordsHasBeenSet = false;
488 };
489
490} // namespace Model
491} // namespace Redshift
492} // namespace Aws
#define AWS_REDSHIFT_API
DescribeNodeConfigurationOptionsRequest & AddFilters(NodeConfigurationOptionsFilter &&value)
DescribeNodeConfigurationOptionsRequest & WithMarker(Aws::String &&value)
void SetFilters(const Aws::Vector< NodeConfigurationOptionsFilter > &value)
DescribeNodeConfigurationOptionsRequest & WithFilters(Aws::Vector< NodeConfigurationOptionsFilter > &&value)
DescribeNodeConfigurationOptionsRequest & WithMarker(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & WithActionType(const ActionType &value)
void SetFilters(Aws::Vector< NodeConfigurationOptionsFilter > &&value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotArn(Aws::String &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
DescribeNodeConfigurationOptionsRequest & WithClusterIdentifier(Aws::String &&value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotIdentifier(Aws::String &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeNodeConfigurationOptionsRequest & WithMarker(const char *value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotArn(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & WithFilters(const Aws::Vector< NodeConfigurationOptionsFilter > &value)
DescribeNodeConfigurationOptionsRequest & WithClusterIdentifier(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & AddFilters(const NodeConfigurationOptionsFilter &value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotIdentifier(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & WithOwnerAccount(Aws::String &&value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotArn(const char *value)
const Aws::Vector< NodeConfigurationOptionsFilter > & GetFilters() const
DescribeNodeConfigurationOptionsRequest & WithActionType(ActionType &&value)
DescribeNodeConfigurationOptionsRequest & WithOwnerAccount(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & WithOwnerAccount(const char *value)
DescribeNodeConfigurationOptionsRequest & WithClusterIdentifier(const char *value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector