31 inline virtual const char*
GetServiceRequestName()
const override {
return "GetReservedNodeExchangeConfigurationOptions"; }
105 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
154 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
200 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
260 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
295 bool m_actionTypeHasBeenSet =
false;
298 bool m_clusterIdentifierHasBeenSet =
false;
301 bool m_snapshotIdentifierHasBeenSet =
false;
304 bool m_maxRecordsHasBeenSet =
false;
307 bool m_markerHasBeenSet =
false;
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetClusterIdentifier(const Aws::String &value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithActionType(ReservedNodeExchangeActionType &&value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithSnapshotIdentifier(Aws::String &&value)
bool MarkerHasBeenSet() const
bool SnapshotIdentifierHasBeenSet() const
AWS_REDSHIFT_API GetReservedNodeExchangeConfigurationOptionsRequest()
GetReservedNodeExchangeConfigurationOptionsRequest & WithSnapshotIdentifier(const Aws::String &value)
int GetMaxRecords() const
void SetClusterIdentifier(Aws::String &&value)
const Aws::String & GetClusterIdentifier() const
bool MaxRecordsHasBeenSet() const
void SetMarker(const Aws::String &value)
bool ClusterIdentifierHasBeenSet() const
void SetActionType(const ReservedNodeExchangeActionType &value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
GetReservedNodeExchangeConfigurationOptionsRequest & WithMarker(const Aws::String &value)
void SetMarker(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetActionType(ReservedNodeExchangeActionType &&value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithActionType(const ReservedNodeExchangeActionType &value)
bool ActionTypeHasBeenSet() const
GetReservedNodeExchangeConfigurationOptionsRequest & WithSnapshotIdentifier(const char *value)
void SetMaxRecords(int value)
void SetSnapshotIdentifier(const char *value)
const ReservedNodeExchangeActionType & GetActionType() const
void SetSnapshotIdentifier(const Aws::String &value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithClusterIdentifier(Aws::String &&value)
void SetMarker(const char *value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithMaxRecords(int value)
const Aws::String & GetMarker() const
void SetSnapshotIdentifier(Aws::String &&value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithClusterIdentifier(const Aws::String &value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithMarker(const char *value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithClusterIdentifier(const char *value)
GetReservedNodeExchangeConfigurationOptionsRequest & WithMarker(Aws::String &&value)
const Aws::String & GetSnapshotIdentifier() const
void SetClusterIdentifier(const char *value)
ReservedNodeExchangeActionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String