7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/model/ActionType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/redshift/model/NodeConfigurationOptionsFilter.h>
33 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeNodeConfigurationOptions"; }
63 template<
typename ClusterIdentifierT = Aws::String>
64 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
65 template<
typename ClusterIdentifierT = Aws::String>
76 template<
typename SnapshotIdentifierT = Aws::String>
77 void SetSnapshotIdentifier(SnapshotIdentifierT&& value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier = std::forward<SnapshotIdentifierT>(value); }
78 template<
typename SnapshotIdentifierT = Aws::String>
89 template<
typename SnapshotArnT = Aws::String>
90 void SetSnapshotArn(SnapshotArnT&& value) { m_snapshotArnHasBeenSet =
true; m_snapshotArn = std::forward<SnapshotArnT>(value); }
91 template<
typename SnapshotArnT = Aws::String>
103 template<
typename OwnerAccountT = Aws::String>
104 void SetOwnerAccount(OwnerAccountT&& value) { m_ownerAccountHasBeenSet =
true; m_ownerAccount = std::forward<OwnerAccountT>(value); }
105 template<
typename OwnerAccountT = Aws::String>
115 template<
typename FiltersT = Aws::Vector<NodeConfigurationOptionsFilter>>
116 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
117 template<
typename FiltersT = Aws::Vector<NodeConfigurationOptionsFilter>>
119 template<
typename FiltersT = NodeConfigurationOptionsFilter>
134 template<
typename MarkerT = Aws::String>
135 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
136 template<
typename MarkerT = Aws::String>
151 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
157 bool m_actionTypeHasBeenSet =
false;
160 bool m_clusterIdentifierHasBeenSet =
false;
163 bool m_snapshotIdentifierHasBeenSet =
false;
166 bool m_snapshotArnHasBeenSet =
false;
169 bool m_ownerAccountHasBeenSet =
false;
172 bool m_filtersHasBeenSet =
false;
175 bool m_markerHasBeenSet =
false;
178 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