33 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeNodeConfigurationOptions"; }
125 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
174 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
223 inline void SetSnapshotArn(
const char* value) { m_snapshotArnHasBeenSet =
true; m_snapshotArn.assign(value); }
277 inline void SetOwnerAccount(
const char* value) { m_ownerAccountHasBeenSet =
true; m_ownerAccount.assign(value); }
390 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
451 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
466 bool m_actionTypeHasBeenSet =
false;
469 bool m_clusterIdentifierHasBeenSet =
false;
472 bool m_snapshotIdentifierHasBeenSet =
false;
475 bool m_snapshotArnHasBeenSet =
false;
478 bool m_ownerAccountHasBeenSet =
false;
481 bool m_filtersHasBeenSet =
false;
484 bool m_markerHasBeenSet =
false;
487 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