7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/model/ResponseMetadata.h>
11#include <aws/redshift/model/HsmConfiguration.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
53 template<
typename MarkerT = Aws::String>
54 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
55 template<
typename MarkerT = Aws::String>
64 template<
typename HsmConfigurationsT = Aws::Vector<HsmConfiguration>>
65 void SetHsmConfigurations(HsmConfigurationsT&& value) { m_hsmConfigurationsHasBeenSet =
true; m_hsmConfigurations = std::forward<HsmConfigurationsT>(value); }
66 template<
typename HsmConfigurationsT = Aws::Vector<HsmConfiguration>>
68 template<
typename HsmConfigurationsT = HsmConfiguration>
75 template<
typename ResponseMetadataT = ResponseMetadata>
76 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
77 template<
typename ResponseMetadataT = ResponseMetadata>
83 bool m_markerHasBeenSet =
false;
86 bool m_hsmConfigurationsHasBeenSet =
false;
89 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)
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