7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename HsmClientCertificateIdentifierT = Aws::String>
50 void SetHsmClientCertificateIdentifier(HsmClientCertificateIdentifierT&& value) { m_hsmClientCertificateIdentifierHasBeenSet =
true; m_hsmClientCertificateIdentifier = std::forward<HsmClientCertificateIdentifierT>(value); }
51 template<
typename HsmClientCertificateIdentifierT = Aws::String>
62 template<
typename HsmConfigurationIdentifierT = Aws::String>
63 void SetHsmConfigurationIdentifier(HsmConfigurationIdentifierT&& value) { m_hsmConfigurationIdentifierHasBeenSet =
true; m_hsmConfigurationIdentifier = std::forward<HsmConfigurationIdentifierT>(value); }
64 template<
typename HsmConfigurationIdentifierT = Aws::String>
76 template<
typename StatusT = Aws::String>
77 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
78 template<
typename StatusT = Aws::String>
84 bool m_hsmClientCertificateIdentifierHasBeenSet =
false;
87 bool m_hsmConfigurationIdentifierHasBeenSet =
false;
90 bool m_statusHasBeenSet =
false;
bool HsmClientCertificateIdentifierHasBeenSet() const
const Aws::String & GetHsmClientCertificateIdentifier() const
AwsRedshiftClusterHsmStatus & WithHsmConfigurationIdentifier(HsmConfigurationIdentifierT &&value)
bool HsmConfigurationIdentifierHasBeenSet() const
AWS_SECURITYHUB_API AwsRedshiftClusterHsmStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsRedshiftClusterHsmStatus()=default
void SetHsmConfigurationIdentifier(HsmConfigurationIdentifierT &&value)
void SetStatus(StatusT &&value)
bool StatusHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRedshiftClusterHsmStatus & WithHsmClientCertificateIdentifier(HsmClientCertificateIdentifierT &&value)
AwsRedshiftClusterHsmStatus & WithStatus(StatusT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterHsmStatus(Aws::Utils::Json::JsonView jsonValue)
void SetHsmClientCertificateIdentifier(HsmClientCertificateIdentifierT &&value)
const Aws::String & GetStatus() const
const Aws::String & GetHsmConfigurationIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue