7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/NodeConfigurationOption.h>
11#include <aws/redshift/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename NodeConfigurationOptionListT = Aws::Vector<NodeConfigurationOption>>
40 m_nodeConfigurationOptionListHasBeenSet =
true;
41 m_nodeConfigurationOptionList = std::forward<NodeConfigurationOptionListT>(value);
43 template <
typename NodeConfigurationOptionListT = Aws::Vector<NodeConfigurationOption>>
48 template <
typename NodeConfigurationOptionListT = NodeConfigurationOption>
50 m_nodeConfigurationOptionListHasBeenSet =
true;
51 m_nodeConfigurationOptionList.emplace_back(std::forward<NodeConfigurationOptionListT>(value));
66 template <
typename MarkerT = Aws::String>
68 m_markerHasBeenSet =
true;
69 m_marker = std::forward<MarkerT>(value);
71 template <
typename MarkerT = Aws::String>
81 template <
typename ResponseMetadataT = ResponseMetadata>
83 m_responseMetadataHasBeenSet =
true;
84 m_responseMetadata = std::forward<ResponseMetadataT>(value);
86 template <
typename ResponseMetadataT = ResponseMetadata>
94 bool m_nodeConfigurationOptionListHasBeenSet =
false;
97 bool m_markerHasBeenSet =
false;
100 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