7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/NodeConfigurationOption.h>
12#include <aws/redshift/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename NodeConfigurationOptionListT = Aws::Vector<NodeConfigurationOption>>
41 m_nodeConfigurationOptionListHasBeenSet =
true;
42 m_nodeConfigurationOptionList = std::forward<NodeConfigurationOptionListT>(value);
44 template <
typename NodeConfigurationOptionListT = Aws::Vector<NodeConfigurationOption>>
49 template <
typename NodeConfigurationOptionListT = NodeConfigurationOption>
51 m_nodeConfigurationOptionListHasBeenSet =
true;
52 m_nodeConfigurationOptionList.emplace_back(std::forward<NodeConfigurationOptionListT>(value));
67 template <
typename MarkerT = Aws::String>
69 m_markerHasBeenSet =
true;
70 m_marker = std::forward<MarkerT>(value);
72 template <
typename MarkerT = Aws::String>
82 template <
typename ResponseMetadataT = ResponseMetadata>
84 m_responseMetadataHasBeenSet =
true;
85 m_responseMetadata = std::forward<ResponseMetadataT>(value);
87 template <
typename ResponseMetadataT = ResponseMetadata>
102 bool m_nodeConfigurationOptionListHasBeenSet =
false;
103 bool m_markerHasBeenSet =
false;
104 bool m_responseMetadataHasBeenSet =
false;
DescribeNodeConfigurationOptionsResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< NodeConfigurationOption > & GetNodeConfigurationOptionList() const
const ResponseMetadata & GetResponseMetadata() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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