7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/redshift/model/ResponseMetadata.h>
11#include <aws/redshift/model/NodeConfigurationOption.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename NodeConfigurationOptionListT = Aws::Vector<NodeConfigurationOption>>
44 void SetNodeConfigurationOptionList(NodeConfigurationOptionListT&& value) { m_nodeConfigurationOptionListHasBeenSet =
true; m_nodeConfigurationOptionList = std::forward<NodeConfigurationOptionListT>(value); }
45 template<
typename NodeConfigurationOptionListT = Aws::Vector<NodeConfigurationOption>>
47 template<
typename NodeConfigurationOptionListT = NodeConfigurationOption>
61 template<
typename MarkerT = Aws::String>
62 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
63 template<
typename MarkerT = Aws::String>
70 template<
typename ResponseMetadataT = ResponseMetadata>
71 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
72 template<
typename ResponseMetadataT = ResponseMetadata>
78 bool m_nodeConfigurationOptionListHasBeenSet =
false;
81 bool m_markerHasBeenSet =
false;
84 bool m_responseMetadataHasBeenSet =
false;
DescribeNodeConfigurationOptionsResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< NodeConfigurationOption > & GetNodeConfigurationOptionList() const
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetMarker(MarkerT &&value)
DescribeNodeConfigurationOptionsResult & WithMarker(MarkerT &&value)
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetMarker() const
DescribeNodeConfigurationOptionsResult & WithNodeConfigurationOptionList(NodeConfigurationOptionListT &&value)
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult()=default
void SetNodeConfigurationOptionList(NodeConfigurationOptionListT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeNodeConfigurationOptionsResult & AddNodeConfigurationOptionList(NodeConfigurationOptionListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument