7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/ActionType.h>
12#include <aws/redshift/model/NodeConfigurationOptionsFilter.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeNodeConfigurationOptions"; }
49 m_actionTypeHasBeenSet =
true;
65 template <
typename ClusterIdentifierT = Aws::String>
67 m_clusterIdentifierHasBeenSet =
true;
68 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
70 template <
typename ClusterIdentifierT = Aws::String>
84 template <
typename SnapshotIdentifierT = Aws::String>
86 m_snapshotIdentifierHasBeenSet =
true;
87 m_snapshotIdentifier = std::forward<SnapshotIdentifierT>(value);
89 template <
typename SnapshotIdentifierT = Aws::String>
103 template <
typename SnapshotArnT = Aws::String>
105 m_snapshotArnHasBeenSet =
true;
106 m_snapshotArn = std::forward<SnapshotArnT>(value);
108 template <
typename SnapshotArnT = Aws::String>
123 template <
typename OwnerAccountT = Aws::String>
125 m_ownerAccountHasBeenSet =
true;
126 m_ownerAccount = std::forward<OwnerAccountT>(value);
128 template <
typename OwnerAccountT = Aws::String>
141 template <
typename FiltersT = Aws::Vector<NodeConfigurationOptionsFilter>>
143 m_filtersHasBeenSet =
true;
144 m_filters = std::forward<FiltersT>(value);
146 template <
typename FiltersT = Aws::Vector<NodeConfigurationOptionsFilter>>
151 template <
typename FiltersT = NodeConfigurationOptionsFilter>
153 m_filtersHasBeenSet =
true;
154 m_filters.emplace_back(std::forward<FiltersT>(value));
170 template <
typename MarkerT = Aws::String>
172 m_markerHasBeenSet =
true;
173 m_marker = std::forward<MarkerT>(value);
175 template <
typename MarkerT = Aws::String>
194 m_maxRecordsHasBeenSet =
true;
195 m_maxRecords = value;
218 bool m_actionTypeHasBeenSet =
false;
219 bool m_clusterIdentifierHasBeenSet =
false;
220 bool m_snapshotIdentifierHasBeenSet =
false;
221 bool m_snapshotArnHasBeenSet =
false;
222 bool m_ownerAccountHasBeenSet =
false;
223 bool m_filtersHasBeenSet =
false;
224 bool m_markerHasBeenSet =
false;
225 bool m_maxRecordsHasBeenSet =
false;
void SetOwnerAccount(OwnerAccountT &&value)
bool MarkerHasBeenSet() const
const Aws::String & GetSnapshotIdentifier() const
ActionType GetActionType() const
void SetMaxRecords(int value)
DescribeNodeConfigurationOptionsRequest & WithMarker(MarkerT &&value)
bool FiltersHasBeenSet() const
void SetSnapshotArn(SnapshotArnT &&value)
const Aws::String & GetClusterIdentifier() const
void SetFilters(FiltersT &&value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotArn(SnapshotArnT &&value)
virtual const char * GetServiceRequestName() const override
bool SnapshotIdentifierHasBeenSet() const
DescribeNodeConfigurationOptionsRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetSnapshotIdentifier(SnapshotIdentifierT &&value)
bool ActionTypeHasBeenSet() const
bool ClusterIdentifierHasBeenSet() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
bool SnapshotArnHasBeenSet() const
DescribeNodeConfigurationOptionsRequest & WithOwnerAccount(OwnerAccountT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeNodeConfigurationOptionsRequest & WithMaxRecords(int value)
const Aws::String & GetMarker() const
DescribeNodeConfigurationOptionsRequest & WithFilters(FiltersT &&value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
DescribeNodeConfigurationOptionsRequest & AddFilters(FiltersT &&value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotIdentifier(SnapshotIdentifierT &&value)
bool MaxRecordsHasBeenSet() const
DescribeNodeConfigurationOptionsRequest & WithActionType(ActionType value)
bool OwnerAccountHasBeenSet() const
const Aws::String & GetOwnerAccount() const
const Aws::Vector< NodeConfigurationOptionsFilter > & GetFilters() const
void SetMarker(MarkerT &&value)
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsRequest()=default
void SetActionType(ActionType value)
const Aws::String & GetSnapshotArn() const
int GetMaxRecords() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector