AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DescribeNodeConfigurationOptionsResult.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Xml
22{
23 class XmlDocument;
24} // namespace Xml
25} // namespace Utils
26namespace Redshift
27{
28namespace Model
29{
31 {
32 public:
33 AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult() = default;
36
37
39
42 inline const Aws::Vector<NodeConfigurationOption>& GetNodeConfigurationOptionList() const { return m_nodeConfigurationOptionList; }
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>>
46 DescribeNodeConfigurationOptionsResult& WithNodeConfigurationOptionList(NodeConfigurationOptionListT&& value) { SetNodeConfigurationOptionList(std::forward<NodeConfigurationOptionListT>(value)); return *this;}
47 template<typename NodeConfigurationOptionListT = NodeConfigurationOption>
48 DescribeNodeConfigurationOptionsResult& AddNodeConfigurationOptionList(NodeConfigurationOptionListT&& value) { m_nodeConfigurationOptionListHasBeenSet = true; m_nodeConfigurationOptionList.emplace_back(std::forward<NodeConfigurationOptionListT>(value)); return *this; }
50
52
60 inline const Aws::String& GetMarker() const { return m_marker; }
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>
64 DescribeNodeConfigurationOptionsResult& WithMarker(MarkerT&& value) { SetMarker(std::forward<MarkerT>(value)); return *this;}
66
68
69 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
70 template<typename ResponseMetadataT = ResponseMetadata>
71 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet = true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
72 template<typename ResponseMetadataT = ResponseMetadata>
73 DescribeNodeConfigurationOptionsResult& WithResponseMetadata(ResponseMetadataT&& value) { SetResponseMetadata(std::forward<ResponseMetadataT>(value)); return *this;}
75 private:
76
77 Aws::Vector<NodeConfigurationOption> m_nodeConfigurationOptionList;
78 bool m_nodeConfigurationOptionListHasBeenSet = false;
79
80 Aws::String m_marker;
81 bool m_markerHasBeenSet = false;
82
83 ResponseMetadata m_responseMetadata;
84 bool m_responseMetadataHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace Redshift
89} // namespace Aws
DescribeNodeConfigurationOptionsResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< NodeConfigurationOption > & GetNodeConfigurationOptionList() const
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeNodeConfigurationOptionsResult & WithMarker(MarkerT &&value)
AWS_REDSHIFT_API DescribeNodeConfigurationOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeNodeConfigurationOptionsResult & WithNodeConfigurationOptionList(NodeConfigurationOptionListT &&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