16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
112 inline void SetMarker(
const char* value) { m_marker.assign(value); }
void SetMarker(Aws::String &&value)
const Aws::Vector< NodeConfigurationOption > & GetNodeConfigurationOptionList() const
const ResponseMetadata & GetResponseMetadata() const
DescribeNodeConfigurationOptionsResult & WithResponseMetadata(const ResponseMetadata &value)
DescribeNodeConfigurationOptionsResult & WithResponseMetadata(ResponseMetadata &&value)
DescribeNodeConfigurationOptionsResult & WithMarker(Aws::String &&value)
DescribeNodeConfigurationOptionsResult & WithMarker(const char *value)
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadata &&value)
void SetMarker(const char *value)
DescribeNodeConfigurationOptionsResult & AddNodeConfigurationOptionList(const NodeConfigurationOption &value)
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeNodeConfigurationOptionsResult & WithMarker(const Aws::String &value)
void SetMarker(const Aws::String &value)
void SetNodeConfigurationOptionList(Aws::Vector< NodeConfigurationOption > &&value)
const Aws::String & GetMarker() const
DescribeNodeConfigurationOptionsResult & AddNodeConfigurationOptionList(NodeConfigurationOption &&value)
void SetResponseMetadata(const ResponseMetadata &value)
void SetNodeConfigurationOptionList(const Aws::Vector< NodeConfigurationOption > &value)
DescribeNodeConfigurationOptionsResult & WithNodeConfigurationOptionList(const Aws::Vector< NodeConfigurationOption > &value)
DescribeNodeConfigurationOptionsResult & WithNodeConfigurationOptionList(Aws::Vector< NodeConfigurationOption > &&value)
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector