16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
60 inline void SetMarker(
const char* value) { m_marker.assign(value); }
void SetMarker(const char *value)
GetReservedNodeExchangeConfigurationOptionsResult & AddReservedNodeConfigurationOptionList(const ReservedNodeConfigurationOption &value)
AWS_REDSHIFT_API GetReservedNodeExchangeConfigurationOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< ReservedNodeConfigurationOption > & GetReservedNodeConfigurationOptionList() const
void SetReservedNodeConfigurationOptionList(Aws::Vector< ReservedNodeConfigurationOption > &&value)
AWS_REDSHIFT_API GetReservedNodeExchangeConfigurationOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetReservedNodeExchangeConfigurationOptionsResult & WithResponseMetadata(const ResponseMetadata &value)
AWS_REDSHIFT_API GetReservedNodeExchangeConfigurationOptionsResult()
void SetResponseMetadata(ResponseMetadata &&value)
void SetMarker(const Aws::String &value)
GetReservedNodeExchangeConfigurationOptionsResult & WithResponseMetadata(ResponseMetadata &&value)
GetReservedNodeExchangeConfigurationOptionsResult & WithMarker(Aws::String &&value)
void SetResponseMetadata(const ResponseMetadata &value)
GetReservedNodeExchangeConfigurationOptionsResult & WithReservedNodeConfigurationOptionList(const Aws::Vector< ReservedNodeConfigurationOption > &value)
const Aws::String & GetMarker() const
GetReservedNodeExchangeConfigurationOptionsResult & AddReservedNodeConfigurationOptionList(ReservedNodeConfigurationOption &&value)
void SetMarker(Aws::String &&value)
GetReservedNodeExchangeConfigurationOptionsResult & WithMarker(const char *value)
GetReservedNodeExchangeConfigurationOptionsResult & WithMarker(const Aws::String &value)
GetReservedNodeExchangeConfigurationOptionsResult & WithReservedNodeConfigurationOptionList(Aws::Vector< ReservedNodeConfigurationOption > &&value)
void SetReservedNodeConfigurationOptionList(const Aws::Vector< ReservedNodeConfigurationOption > &value)
const ResponseMetadata & GetResponseMetadata() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector