7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/model/HsmConfiguration.h>
9#include <aws/redshift/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename HsmConfigurationT = HsmConfiguration>
35 m_hsmConfigurationHasBeenSet =
true;
36 m_hsmConfiguration = std::forward<HsmConfigurationT>(value);
38 template <
typename HsmConfigurationT = HsmConfiguration>
48 template <
typename ResponseMetadataT = ResponseMetadata>
50 m_responseMetadataHasBeenSet =
true;
51 m_responseMetadata = std::forward<ResponseMetadataT>(value);
53 template <
typename ResponseMetadataT = ResponseMetadata>
63 bool m_hsmConfigurationHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
void SetResponseMetadata(ResponseMetadataT &&value)
CreateHsmConfigurationResult & WithResponseMetadata(ResponseMetadataT &&value)
const HsmConfiguration & GetHsmConfiguration() const
CreateHsmConfigurationResult & WithHsmConfiguration(HsmConfigurationT &&value)
void SetHsmConfiguration(HsmConfigurationT &&value)
AWS_REDSHIFT_API CreateHsmConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API CreateHsmConfigurationResult()=default
AWS_REDSHIFT_API CreateHsmConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument