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"; }
67 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
82 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
97 inline void SetSnapshotArn(
const char* value) { m_snapshotArnHasBeenSet =
true; m_snapshotArn.assign(value); }
113 inline void SetOwnerAccount(
const char* value) { m_ownerAccountHasBeenSet =
true; m_ownerAccount.assign(value); }
146 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
163 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
169 bool m_actionTypeHasBeenSet =
false;
172 bool m_clusterIdentifierHasBeenSet =
false;
175 bool m_snapshotIdentifierHasBeenSet =
false;
178 bool m_snapshotArnHasBeenSet =
false;
181 bool m_ownerAccountHasBeenSet =
false;
184 bool m_filtersHasBeenSet =
false;
187 bool m_markerHasBeenSet =
false;
190 bool m_maxRecordsHasBeenSet =
false;
DescribeNodeConfigurationOptionsRequest & AddFilters(NodeConfigurationOptionsFilter &&value)
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsRequest()
DescribeNodeConfigurationOptionsRequest & WithMarker(Aws::String &&value)
bool MarkerHasBeenSet() const
const Aws::String & GetSnapshotIdentifier() const
void SetSnapshotIdentifier(const Aws::String &value)
void SetClusterIdentifier(const Aws::String &value)
void SetMaxRecords(int value)
void SetSnapshotArn(const char *value)
bool FiltersHasBeenSet() const
void SetFilters(const Aws::Vector< NodeConfigurationOptionsFilter > &value)
DescribeNodeConfigurationOptionsRequest & WithFilters(Aws::Vector< NodeConfigurationOptionsFilter > &&value)
DescribeNodeConfigurationOptionsRequest & WithMarker(const Aws::String &value)
const Aws::String & GetClusterIdentifier() const
void SetActionType(ActionType &&value)
virtual const char * GetServiceRequestName() const override
DescribeNodeConfigurationOptionsRequest & WithActionType(const ActionType &value)
void SetFilters(Aws::Vector< NodeConfigurationOptionsFilter > &&value)
bool SnapshotIdentifierHasBeenSet() const
bool ActionTypeHasBeenSet() const
DescribeNodeConfigurationOptionsRequest & WithSnapshotArn(Aws::String &&value)
bool ClusterIdentifierHasBeenSet() const
void SetOwnerAccount(Aws::String &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
const ActionType & GetActionType() const
void SetClusterIdentifier(Aws::String &&value)
bool SnapshotArnHasBeenSet() const
void SetSnapshotArn(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & WithClusterIdentifier(Aws::String &&value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotIdentifier(Aws::String &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetActionType(const ActionType &value)
DescribeNodeConfigurationOptionsRequest & WithMaxRecords(int value)
const Aws::String & GetMarker() const
void SetOwnerAccount(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & WithMarker(const char *value)
void SetSnapshotArn(Aws::String &&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)
void SetSnapshotIdentifier(const char *value)
bool MaxRecordsHasBeenSet() const
void SetOwnerAccount(const char *value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotIdentifier(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & WithOwnerAccount(Aws::String &&value)
bool OwnerAccountHasBeenSet() const
void SetMarker(Aws::String &&value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotArn(const char *value)
const Aws::String & GetOwnerAccount() const
void SetMarker(const Aws::String &value)
const Aws::Vector< NodeConfigurationOptionsFilter > & GetFilters() const
DescribeNodeConfigurationOptionsRequest & WithActionType(ActionType &&value)
DescribeNodeConfigurationOptionsRequest & WithOwnerAccount(const Aws::String &value)
DescribeNodeConfigurationOptionsRequest & WithOwnerAccount(const char *value)
void SetMarker(const char *value)
void SetSnapshotIdentifier(Aws::String &&value)
void SetClusterIdentifier(const char *value)
DescribeNodeConfigurationOptionsRequest & WithClusterIdentifier(const char *value)
DescribeNodeConfigurationOptionsRequest & WithSnapshotIdentifier(const char *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