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/HsmConfiguration.h>
12#include <aws/redshift/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
48 template <
typename MarkerT = Aws::String>
50 m_markerHasBeenSet =
true;
51 m_marker = std::forward<MarkerT>(value);
53 template <
typename MarkerT = Aws::String>
65 template <
typename HsmConfigurationsT = Aws::Vector<HsmConfiguration>>
67 m_hsmConfigurationsHasBeenSet =
true;
68 m_hsmConfigurations = std::forward<HsmConfigurationsT>(value);
70 template <
typename HsmConfigurationsT = Aws::Vector<HsmConfiguration>>
75 template <
typename HsmConfigurationsT = HsmConfiguration>
77 m_hsmConfigurationsHasBeenSet =
true;
78 m_hsmConfigurations.emplace_back(std::forward<HsmConfigurationsT>(value));
86 template <
typename ResponseMetadataT = ResponseMetadata>
88 m_responseMetadataHasBeenSet =
true;
89 m_responseMetadata = std::forward<ResponseMetadataT>(value);
91 template <
typename ResponseMetadataT = ResponseMetadata>
106 bool m_markerHasBeenSet =
false;
107 bool m_hsmConfigurationsHasBeenSet =
false;
108 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API DescribeHsmConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< HsmConfiguration > & GetHsmConfigurations() const
void SetResponseMetadata(ResponseMetadataT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeHsmConfigurationsResult & WithHsmConfigurations(HsmConfigurationsT &&value)
DescribeHsmConfigurationsResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeHsmConfigurationsResult & WithMarker(MarkerT &&value)
DescribeHsmConfigurationsResult & AddHsmConfigurations(HsmConfigurationsT &&value)
AWS_REDSHIFT_API DescribeHsmConfigurationsResult()=default
AWS_REDSHIFT_API DescribeHsmConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetHsmConfigurations(HsmConfigurationsT &&value)
void SetMarker(MarkerT &&value)
const Aws::String & GetMarker() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument